refactor ai stuff

This commit is contained in:
2026-04-18 23:45:00 +02:00
parent 27c045bf67
commit b0201b88f1
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
{ ... }: {
flake.nixosModules.apps-sys-ollama = { pkgs, ... }: {
flake.nixosModules.apps-sys-ai = { pkgs, ... }: {
environment.systemPackages = with pkgs; [
opencode
];