9 lines
128 B
Nix
9 lines
128 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
programs.direnv = {
|
|
enable = true;
|
|
enableZshIntegration = true;
|
|
nix-direnv.enable = true;
|
|
};
|
|
} |