this repo has no description

feat: add claude code (#50)

authored by tghanken.tngl.sh and committed by GitHub 768c32a4 7f7787ec

Changed files
+2 -1
machines
hosts
desktops
inwin-tower
modules
desktop
apps
+1
machines/hosts/desktops/inwin-tower/configuration.nix
··· 14 14 ./hardware-configuration.nix 15 15 16 16 # Include any additional apps desired 17 + ../../../modules/desktop/apps/claude.nix 17 18 ../../../modules/desktop/apps/ollama.nix 18 19 ../../../modules/desktop/apps/jetbrains.nix 19 20 ../../../modules/desktop/apps/steam.nix
+1 -1
machines/modules/desktop/apps/aider.nix machines/modules/desktop/apps/claude.nix
··· 1 1 {pkgs, ...}: { 2 2 environment.systemPackages = with pkgs; [ 3 - aider-chat 3 + claude-code 4 4 ]; 5 5 }