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