1
1
mirror of https://github.com/divnix/digga.git synced 2024-12-24 16:44:52 +03:00
digga/examples/hmOnly/home/profiles/shell/direnv.nix
2022-02-23 15:23:14 -08:00

7 lines
80 B
Nix

{
programs.direnv = {
enable = true;
nix-direnv.enable = true;
};
}