My NixOS configuration and dotfiles
0

Configure Feed

Select the types of activity you want to include in your feed.

feat: pi to be able to access ~/deploy-system

+1
+1
cli/pi-coding-agent.nix
··· 16 16 (readonly "/nix/store") 17 17 (readonly "/run/current-system/sw/bin") 18 18 (readonly "/home/duskyelf/.nix-profile/bin") 19 + (readonly "/home/duskyelf/.deploy-system/") 19 20 (set-env "PATH" "/run/current-system/sw/bin:/home/duskyelf/.nix-profile/bin") 20 21 21 22 (set-env "EDITOR" "vim")