pinwheel: Configure zsh
Including prompt and autocomplete
This commit is contained in:
@@ -78,6 +78,7 @@
|
||||
isNormalUser = true;
|
||||
description = "alex";
|
||||
extraGroups = [ "networkmanager" "wheel" "audio" ];
|
||||
shell = pkgs.zsh;
|
||||
packages = with pkgs; [];
|
||||
};
|
||||
|
||||
@@ -89,6 +90,9 @@
|
||||
environment.systemPackages = with pkgs; [
|
||||
agenix.packages."${system}".default
|
||||
];
|
||||
|
||||
programs.zsh.enable = true;
|
||||
environment.pathsToLink = [ "/share/zsh" ];
|
||||
|
||||
fonts.packages = with pkgs; [
|
||||
noto-fonts
|
||||
|
||||
Reference in New Issue
Block a user