feat(nix): add direnv support

This commit is contained in:
stitchy 2025-02-27 02:28:02 +00:00
parent ec52de2dc6
commit 6ec283a1a7
Signed by: stitchy
SSH key fingerprint: SHA256:yz2SoxdnY67tfY5Jzb0f2v8f5W3o/IF359kbcquWip8
2 changed files with 10 additions and 1 deletions

View file

@ -22,7 +22,13 @@ in
};
};
programs.appimage.binfmt = true;
programs = {
appimage.binfmt = true;
direnv = {
enable = true;
nix-direnv.enable = true;
};
};
security.sudo.wheelNeedsPassword = false;
security.rtkit.enable = true;
services = {