refactor(packages): move some userpackages to system
This commit is contained in:
@@ -74,10 +74,6 @@
|
||||
group = "users";
|
||||
extraGroups = [ "wheel" ];
|
||||
shell = pkgs.zsh;
|
||||
packages = with pkgs; [
|
||||
tree
|
||||
fastfetch
|
||||
];
|
||||
};
|
||||
|
||||
# browser
|
||||
@@ -97,17 +93,46 @@
|
||||
|
||||
# system packages
|
||||
environment.systemPackages = with pkgs; [
|
||||
efibootmgr
|
||||
neovim
|
||||
vim
|
||||
git
|
||||
alacritty
|
||||
btop
|
||||
cowsay
|
||||
dnsutils
|
||||
efibootmgr
|
||||
ethtool
|
||||
file
|
||||
ghostty
|
||||
kitty
|
||||
git
|
||||
gnupg
|
||||
iftop
|
||||
imagemagick
|
||||
imv
|
||||
iotop
|
||||
iperf3
|
||||
jq
|
||||
kitty
|
||||
ldns
|
||||
lm_sensors
|
||||
lsof
|
||||
ltrace
|
||||
mtr
|
||||
neovim
|
||||
nmap
|
||||
p7zip
|
||||
pciutils
|
||||
socat
|
||||
strace
|
||||
sysstat
|
||||
tree
|
||||
unzip
|
||||
usbutils
|
||||
vim
|
||||
wget
|
||||
which
|
||||
xwayland
|
||||
xwayland-satellite
|
||||
wget
|
||||
xz
|
||||
zip
|
||||
zstd
|
||||
];
|
||||
|
||||
# Some programs need SUID wrappers
|
||||
|
||||
@@ -89,41 +89,11 @@
|
||||
home.packages = with pkgs; [
|
||||
discord
|
||||
fastfetch
|
||||
screenfetch
|
||||
zip
|
||||
xz
|
||||
unzip
|
||||
p7zip
|
||||
jq
|
||||
mtr
|
||||
iperf3
|
||||
imagemagick
|
||||
imv
|
||||
dnsutils
|
||||
ldns
|
||||
socat
|
||||
nmap
|
||||
keepassxc
|
||||
cowsay
|
||||
file
|
||||
which
|
||||
tree
|
||||
zstd
|
||||
gnupg
|
||||
btop
|
||||
iotop
|
||||
iftop
|
||||
strace
|
||||
ltrace
|
||||
lsof
|
||||
sysstat
|
||||
lm_sensors
|
||||
ethtool
|
||||
pciutils
|
||||
usbutils
|
||||
nerd-fonts.sauce-code-pro
|
||||
powerline-fonts
|
||||
powerline-symbols
|
||||
nerd-fonts.sauce-code-pro
|
||||
screenfetch
|
||||
];
|
||||
|
||||
# configure git
|
||||
|
||||
Reference in New Issue
Block a user