restructure with nixos modules
This commit is contained in:
parent
159f5dfe75
commit
1f1c30f57c
19 changed files with 235 additions and 182 deletions
direnv
9
direnv/default.nix
Normal file
9
direnv/default.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
config = {
|
||||
programs.direnv = {
|
||||
enable = true;
|
||||
enableBashIntegration = true;
|
||||
nix-direnv.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
Reference in a new issue