testing of direnv module for nixpkgs

This commit is contained in:
Gerg-L 2023-07-09 18:18:48 -04:00
parent 9b6a14976a
commit 20ff70c57f
2 changed files with 148 additions and 21 deletions

View file

@ -36,6 +36,12 @@
"steam"
"steam-original"
];
programs.direnv = {
enable = true;
loadInNixShell = false;
silent = true;
};
programs.fish.enable = true;
nix.settings.system-features = ["kvm" "big-parallel" "nixos-test" "benchmark"];