mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-05-21 22:02:32 +02:00
313f3c0b87
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
7 lines
80 B
Nix
7 lines
80 B
Nix
{
|
|
programs.direnv = {
|
|
enable = true;
|
|
nix-direnv.enable = true;
|
|
};
|
|
}
|