adhere to nixos systems

This commit is contained in:
2024-09-03 22:24:20 -04:00
parent fac5e52f36
commit 9350ff271f
12 changed files with 108 additions and 97 deletions

View File

@ -1,6 +1,4 @@
{ lib, config, ... }:
{
{...}: {
programs.direnv = {
enable = true;
nix-direnv.enable = true;
@ -11,4 +9,4 @@
};
};
};
}
}