Signed-off-by: Christoph Schmatzler <christoph@schmatzler.com>
This commit is contained in:
2025-08-18 13:20:18 +00:00
parent 2b2fbcdc8c
commit 0785b817d2
4 changed files with 16 additions and 8 deletions

7
modules/home/direnv.nix Normal file
View File

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