separate system packages from user packages

This commit is contained in:
nicknase27
2026-07-26 12:31:35 +02:00
parent a7ce2b4c71
commit f9810da223
2 changed files with 10 additions and 8 deletions
+10
View File
@@ -3,5 +3,15 @@
isNormalUser = true;
shell = pkgs.zsh;
extraGroups = ["wheel"];
packages = with pkgs; [
neovim
fastfetch
starship
eza
yazi
dysk
tmux
btop
];
};
}