Added direnv and nix-index
This commit is contained in:
parent
ac045b8c30
commit
8b8b862d63
6 changed files with 17 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
imports = [
|
||||
./direnv.nix
|
||||
./fish.nix
|
||||
./other.nix
|
||||
./repl
|
||||
|
|
|
|||
6
home/shell/direnv.nix
Normal file
6
home/shell/direnv.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
programs.direnv = {
|
||||
enable = true;
|
||||
nix-direnv.enable = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue