feat: more AI-related tools

This commit is contained in:
2025-09-03 11:45:12 +02:00
parent 7eccc1a627
commit e65c27a81f
8 changed files with 125 additions and 33 deletions

View File

@@ -37,10 +37,7 @@
};
desktop.waybar.style = ./config/waybar/style.css;
dev.ollama = {
enable = true;
gpu = "amd";
};
dev.ai.claude.enable = true;
fullDesktop = true;
shell.fish.enable = true;
};

View File

@@ -2,6 +2,10 @@
imports = [../home.nix];
home = {
cli.nh.flake = "${config.home.homeDirectory}/.dotfiles";
dev.ai.ollama = {
enable = true;
gpu = "rocm";
};
desktop.hyprland.host = "marpa";
phundrak.sshKey = {
content = builtins.readFile ../../../keys/id_marpa.pub;