6 lines
132 B
Nix
6 lines
132 B
Nix
{ pkgs, config, ... }: {
|
|
home-manager.users.alukard.programs.direnv = {
|
|
enable = true;
|
|
enableZshIntegration = true;
|
|
};
|
|
} |