Fix direnv not available
This commit is contained in:
parent
3af3ced9f5
commit
8af2406e51
@ -27,6 +27,7 @@ in {
|
||||
options.modules.shell.direnv = { enable = mkOption { default = false; }; };
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
home.packages = with pkgs; [ direnv nix-direnv ];
|
||||
programs.direnv = {
|
||||
enable = true;
|
||||
nix-direnv.enable = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user