Add zsh to homemanager
This commit is contained in:
10
home/zsh/default.nix
Normal file
10
home/zsh/default.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ user, pkgs, ...}: {
|
||||
home.packages = with pkgs; [ fd ];
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
autocd = false;
|
||||
enableAutosuggestions = true;
|
||||
enableCompletion = true;
|
||||
syntaxHighlighting.enable = true;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user