separate system packages from user packages
This commit is contained in:
@@ -1,20 +1,12 @@
|
||||
{pkgs, inputs, ...}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
inputs.agenix.packages."${stdenv.hostPlatform.system}".default
|
||||
neovim
|
||||
wget
|
||||
curl
|
||||
git
|
||||
fastfetch
|
||||
rsync
|
||||
starship
|
||||
eza
|
||||
net-tools
|
||||
alejandra
|
||||
nixd
|
||||
yazi
|
||||
dysk
|
||||
tmux
|
||||
btop
|
||||
];
|
||||
}
|
||||
|
||||
@@ -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