enable direnv
This commit is contained in:
parent
7ed64bec34
commit
d64169c237
2 changed files with 7 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
./fish.nix # fish shell configuration
|
||||
./neovim.nix # neovim configuration, my "escape" editor
|
||||
./lazygit.nix # my preferred git porcellain
|
||||
./direnv.nix # smart cding
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
|
|
6
home/common/cli/direnv.nix
Normal file
6
home/common/cli/direnv.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ ... }: {
|
||||
programs.direnv = {
|
||||
enable = true;
|
||||
nix-direnv.enable = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Reference in a new issue