Moved some stuff

This commit is contained in:
fwastring 2025-06-05 12:47:30 +02:00
parent 4bdaf9a8a0
commit 2a04446cee
2 changed files with 7 additions and 8 deletions

View file

@ -18,8 +18,6 @@
zathura zathura
vial vial
thunderbird thunderbird
alacritty
fastfetch
lazygit lazygit
byzanz byzanz
remmina remmina
@ -28,8 +26,7 @@
discord discord
slack slack
feh feh
imagemagick pavucontrol
pandoc scrot
texliveFull
]; ];
} }

View file

@ -12,13 +12,13 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
# System # System
xsel xsel
xbanish
unzip unzip
zip zip
wget wget
alsa-utils alsa-utils
upower upower
htop htop
pavucontrol
procps procps
fzf fzf
eza eza
@ -29,8 +29,6 @@
rsync rsync
procs procs
dust dust
scrot
xbanish
brightnessctl brightnessctl
lolcat lolcat
fortune fortune
@ -46,5 +44,9 @@
bluez bluez
bluez-tools bluez-tools
openssl openssl
imagemagick
pandoc
texliveFull
fastfetch
]; ];
} }