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

View file

@ -1,5 +1,6 @@
{
imports = [
./direnv.nix
./fish.nix
./other.nix
./repl

6
home/shell/direnv.nix Normal file
View file

@ -0,0 +1,6 @@
{
programs.direnv = {
enable = true;
nix-direnv.enable = true;
};
}