Added direnv and nix-index

This commit is contained in:
Jurn Wubben 2025-03-09 16:04:27 +01:00
parent ac045b8c30
commit 8b8b862d63
6 changed files with 17 additions and 0 deletions

7
system/nix/nix-index.nix Normal file
View file

@ -0,0 +1,7 @@
{
programs.command-not-found.enable = false;
programs.nix-index = {
enable = true;
enableFishIntegration = true;
};
}