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.

Fix direnv build hang

+4 -2
-1
default-home.nix
··· 24 24 home.packages = with pkgs; [ 25 25 inputs.agenix.packages."${system}".agenix 26 26 # main tool 27 - direnv 28 27 tree 29 28 btop 30 29 htop
+4 -1
host-specific/aleister-noah.nix
··· 282 282 283 283 programs.direnv = { 284 284 enable = true; 285 - package = unstable.direnv; 285 + package = unstable.direnv.overrideAttrs (_: { 286 + doCheck = false; 287 + }); 286 288 nix-direnv.enable = true; 287 289 }; 288 290 ··· 340 342 xdg.configFile.ghostty = { 341 343 source = ../ghostty; 342 344 recursive = true; 345 + force = true; 343 346 }; 344 347 345 348 home.file.".local/bin" = {