pinwheel: Configure zsh

Including prompt and autocomplete
This commit is contained in:
Alexander Heldt
2023-08-09 11:47:26 +02:00
parent 8505c9acb0
commit 5186345042
5 changed files with 618 additions and 0 deletions

View File

@@ -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