8 lines
108 B
Nix
8 lines
108 B
Nix
{ ... }: {
|
|
programs = {
|
|
direnv = {
|
|
enable = true;
|
|
nix-direnv.enable = true;
|
|
};
|
|
};
|
|
}
|