โ„๏ธ My personnal NixOS configuration
nix-flake nixos-configuration linux dotfiles flake nix nix-config nixos nixos-flake linux-desktop
0
fork

Configure Feed

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

ใ€Œ๐Ÿ†™ใ€ update(nix-direnv): just made a quick update !

adjoly 4ed5f2c5 3167f6f2

+4 -1
+4 -1
modules/home-manager/cli/shell/direnv.nix
··· 10 10 programs.direnv = lib.mkIf config.keyzox.shell.enable { 11 11 enable = lib.mkDefault true; 12 12 enableZshIntegration = true; 13 - nix-direnv.enable = true; 13 + nix-direnv = { 14 + enable = true; 15 + package = inputs.unstablepkgs.legacyPackages.${pkgs.system}.nix-direnv; 16 + }; 14 17 silent = true; 15 18 package = inputs.unstablepkgs.legacyPackages.${pkgs.system}.direnv; 16 19 };