1

feat: ollama, gaming and waydroid

This commit is contained in:
Himadri Bhattacharjee
2025-03-14 12:44:28 +05:30
parent ef704b76d1
commit 0b0ff95646
3 changed files with 4 additions and 2 deletions

View File

@@ -41,6 +41,8 @@
};
services.fwupd.enable = true;
services.ollama.enable = true;
services.ollama.acceleration = "cuda";
# Set your time zone.
time.timeZone = "Asia/Kolkata";

View File

@@ -10,7 +10,7 @@
./benchmarking.nix
./browsers.nix
./ctf.nix
# ./gaming.nix
./gaming.nix
./git.nix
# ./gnome.nix
./golang.nix

View File

@@ -26,5 +26,5 @@
];
virtualisation.podman.enable = true;
# virtualisation.waydroid.enable = true;
virtualisation.waydroid.enable = true;
}