Added direnv and nix-index
This commit is contained in:
parent
ac045b8c30
commit
8b8b862d63
6 changed files with 17 additions and 0 deletions
|
|
@ -9,6 +9,7 @@
|
|||
./nh.nix
|
||||
./nixpkgs.nix
|
||||
./substituters.nix
|
||||
./nix-index.nix
|
||||
];
|
||||
|
||||
# we need git for flakes
|
||||
|
|
|
|||
7
system/nix/nix-index.nix
Normal file
7
system/nix/nix-index.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
programs.command-not-found.enable = false;
|
||||
programs.nix-index = {
|
||||
enable = true;
|
||||
enableFishIntegration = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue