added nix-direnv
This commit is contained in:
parent
392f3952ce
commit
48b3deb874
2 changed files with 12 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
||||||
./shell
|
./shell
|
||||||
./tmux
|
./tmux
|
||||||
./utils
|
./utils
|
||||||
|
./direnv.nix
|
||||||
./git.nix
|
./git.nix
|
||||||
./stylix.nix
|
./stylix.nix
|
||||||
];
|
];
|
||||||
|
|
11
modules/default/home-manager/direnv.nix
Normal file
11
modules/default/home-manager/direnv.nix
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
{ ... }:
|
||||||
|
{
|
||||||
|
|
||||||
|
programs = {
|
||||||
|
direnv = {
|
||||||
|
enable = true;
|
||||||
|
nix-direnv.enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
|
};
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue