mirror of
https://github.com/thilobillerbeck/dotfiles.git
synced 2025-01-15 05:05:55 +01:00
6 lines
80 B
Nix
6 lines
80 B
Nix
{
|
|
programs.direnv = {
|
|
enable = true;
|
|
nix-direnv.enable = true;
|
|
};
|
|
}
|