my nixos/home-manager configuration
1
fork

Configure Feed

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

make direnv silent

youn 91e72f9d ed6030cd

+1
+1
home-manager/modules/direnv.nix
··· 11 11 config = lib.mkIf cfg.enable { 12 12 programs.direnv = { 13 13 nix-direnv.enable = true; 14 + silent = true; 14 15 }; 15 16 }; 16 17 }