Compare commits

..

2 Commits

Author SHA1 Message Date
14cdee1468 [zix790prors] Add ollama 2025-09-08 08:02:37 -07:00
c6276c9758 [doom] update 2025-09-08 08:02:30 -07:00
2 changed files with 6 additions and 2 deletions

View File

@@ -6,8 +6,8 @@ let
doomEmacs = pkgs.fetchFromGitHub { doomEmacs = pkgs.fetchFromGitHub {
owner = "doomemacs"; owner = "doomemacs";
repo = "doomemacs"; repo = "doomemacs";
rev = "8406c1ff22b95bd0f816de4a0223fa3ce3c82568"; rev = "8f55404781edacf66fa330205533b002de3fb5ee";
sha256 = "sha256-rOkgOdmLESVAbOeEM9nJTzxyI+akdk48Ed2VlktOy3Q="; sha256 = "sha256-vHwgENjip2+AFzs4oZfnKEAJKwf5Zid7fakImvxxQUw=";
}; };
in in
{ {

View File

@@ -70,6 +70,10 @@ with lib;
powerManagement.finegrained = false; powerManagement.finegrained = false;
}; };
environment.systemPackages = [
(pkgs.ollama.override { acceleration = "cuda"; })
];
# This option defines the first version of NixOS you have installed on this particular machine, # This option defines the first version of NixOS you have installed on this particular machine,
# and is used to maintain compatibility with application data (e.g. databases) created on older NixOS versions. # and is used to maintain compatibility with application data (e.g. databases) created on older NixOS versions.
# #