try again
This commit is contained in:
parent
10b41fd4e1
commit
d146309c90
1 changed files with 4 additions and 1 deletions
|
@ -20,7 +20,10 @@ in
|
|||
home-manager.users.sako = { pkgs, ...}: {
|
||||
home.file = {
|
||||
};
|
||||
programs.direnv.enableZshIntegration = true;
|
||||
programs.direnv = {
|
||||
enableZshIntegration = true;
|
||||
enable = true;
|
||||
};
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
enableCompletion = true;
|
||||
|
|
Loading…
Reference in a new issue