mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
testing of direnv module for nixpkgs
This commit is contained in:
parent
9b6a14976a
commit
20ff70c57f
2 changed files with 148 additions and 21 deletions
|
|
@ -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"];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue