pinwheel: Extract zsh module

This commit is contained in:
Alexander Heldt
2023-08-26 10:24:14 +02:00
parent cef0f11783
commit e7eb26d4f3
6 changed files with 61 additions and 248 deletions

View File

@@ -13,6 +13,7 @@
./modules/age
./modules/ssh
./modules/git
./modules/zsh
./modules/vim
./modules/syncthing
./modules/firefox
@@ -72,7 +73,6 @@
isNormalUser = true;
description = "alex";
extraGroups = [ "networkmanager" "wheel" ];
shell = pkgs.zsh;
packages = with pkgs; [];
};
@@ -85,9 +85,6 @@
agenix.packages."${system}".default
];
programs.zsh.enable = true;
environment.pathsToLink = [ "/share/zsh" ];
fonts.packages = with pkgs; [
noto-fonts
noto-fonts-cjk