fzf support for root and user
This commit is contained in:
@@ -18,6 +18,11 @@ in
|
||||
credential.helper="store";
|
||||
};
|
||||
};
|
||||
programs.fzf.enable = true;
|
||||
programs.fzf.enableZshIntegration = true;
|
||||
programs.zoxide.enable = true;
|
||||
programs.zoxide.enableZshIntegration = true;
|
||||
programs.zsh.envExtra = ["LANG=en_US.UTF-8" "EDITOR='nano'"];
|
||||
};
|
||||
|
||||
home-manager.users."${config.vars.username}" = {
|
||||
@@ -32,6 +37,8 @@ in
|
||||
credential.helper = "store";
|
||||
};
|
||||
};
|
||||
programs.fzf.enable = true;
|
||||
programs.fzf.enableZshIntegration = true;
|
||||
programs.zoxide.enable = true;
|
||||
programs.zoxide.enableZshIntegration = true;
|
||||
programs.zsh.envExtra = ["LANG=en_US.UTF-8" "EDITOR='nano'"];
|
||||
|
||||
Reference in New Issue
Block a user