refactor ai stuff

This commit is contained in:
2026-04-18 22:46:39 +02:00
parent 32d7636d85
commit 27c045bf67
2 changed files with 1 additions and 8 deletions

View File

@@ -1,7 +0,0 @@
{ ... }: {
flake.nixosModules.apps-sys-newelle = { pkgs, ... }: {
environment.systemPackages = with pkgs; [
newelle
];
};
}

View File

@@ -1,7 +1,7 @@
{ ... }: {
flake.nixosModules.apps-sys-ollama = { pkgs, ... }: {
environment.systemPackages = with pkgs; [
newelle
opencode
];
services.ollama = {
enable = true;