mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-08-21 18:55:47 +02:00
4139a737a7
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;
|
|
};
|
|
}
|