working version

This commit is contained in:
FabricSoul 2025-02-18 22:14:38 -05:00
parent d2659b7f1d
commit 4168a8c600
4 changed files with 144 additions and 157 deletions

View file

@ -62,6 +62,7 @@
libnotify
kitty
zsh
ollama
];
fonts.packages = with pkgs; [nerdfonts];
@ -77,6 +78,12 @@
# List services that you want to enable:
# Enable the OpenSSH daemon.
services = {
ollama = {
enable = true;
acceleration = "cuda";
};
};
services.openssh.enable = true;
services.greetd = {
enable = true;