fix: update 'ai-tools' module and add to 'astyanax' host

This commit is contained in:
2026-01-27 21:36:17 +01:00
parent c460bebb2d
commit a78af6529c
2 changed files with 3 additions and 2 deletions

View File

@@ -10,6 +10,7 @@ let
in in
{ {
imports = [ imports = [
../../modules/ai-tools.nix
../../modules/anki.nix ../../modules/anki.nix
../../modules/desktop/niri ../../modules/desktop/niri
../../modules/git.nix ../../modules/git.nix

View File

@@ -30,9 +30,9 @@
platforms = [ "x86_64-linux" ]; platforms = [ "x86_64-linux" ];
}; };
}) })
claude-code # claude-code
# (config.lib.nixGL.wrap code-cursor) # (config.lib.nixGL.wrap code-cursor)
github-copilot-cli # github-copilot-cli
mcp-nixos mcp-nixos
opencode opencode
]; ];