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
];

View File

@@ -6,9 +6,9 @@
flake.nixosModules.computer-mo = { system, ... }: {
imports = with inputs.self.nixosModules; [
apps-sys-ai
apps-sys-brave
apps-sys-libreoffice
apps-sys-ollama
apps-sys-onepassword
#apps-sys-teams
apps-sys-vesktop