Configuration for my NixOS based systems and Home Manager
0
fork

Configure Feed

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

Use unstable.direnv because stable is broken lol

+1 -1
+1 -1
host-specific/aleister-noah.nix
··· 25 25 26 26 home.packages = with pkgs; [ 27 27 # main tool 28 - direnv 29 28 #fish 30 29 tree 31 30 btop ··· 275 274 276 275 programs.direnv = { 277 276 enable = true; 277 + package = unstable.direnv; 278 278 nix-direnv.enable = true; 279 279 }; 280 280