more apps

This commit is contained in:
Nickolaj Jepsen 2025-02-21 15:25:23 +01:00
parent 9767be163b
commit 7e6878af94
4 changed files with 21 additions and 0 deletions

View file

@ -38,6 +38,10 @@ in {
# Social
reddit-enhancement-suite
# Development
react-devtools
refined-github
];
settings = {

6
modules/apps/ollama.nix Normal file
View file

@ -0,0 +1,6 @@
_: {
services.ollama = {
enable = true;
acceleration = "cuda";
};
}