New modules for Home Manager

This commit is contained in:
pazpi 2024-09-13 13:32:21 +02:00
parent 07fb22e47e
commit d7faff3901
6 changed files with 133 additions and 0 deletions

8
modules/home/direnv.nix Normal file
View file

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