11 lines
150 B
Nix
11 lines
150 B
Nix
|
{
|
||
|
...
|
||
|
}:
|
||
|
{
|
||
|
home-manager.users.kalle.programs.direnv = {
|
||
|
enable = true;
|
||
|
enableBashIntegration = true;
|
||
|
nix-direnv.enable = true;
|
||
|
};
|
||
|
}
|