separate system packages from user packages
This commit is contained in:
@@ -3,5 +3,15 @@
|
||||
isNormalUser = true;
|
||||
shell = pkgs.zsh;
|
||||
extraGroups = ["wheel"];
|
||||
packages = with pkgs; [
|
||||
neovim
|
||||
fastfetch
|
||||
starship
|
||||
eza
|
||||
yazi
|
||||
dysk
|
||||
tmux
|
||||
btop
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user