2024-12-12 04:37:08 +00:00
|
|
|
{ pkgs, ... }:
|
|
|
|
{
|
|
|
|
environment.systemPackages = with pkgs; [
|
|
|
|
# system tools
|
|
|
|
bat
|
|
|
|
btop
|
|
|
|
ffmpeg
|
|
|
|
git
|
|
|
|
gparted
|
|
|
|
hyfetch
|
|
|
|
imagemagick
|
|
|
|
kitty
|
2024-12-16 02:12:41 +00:00
|
|
|
monitor
|
2024-12-12 04:37:08 +00:00
|
|
|
xclip
|
2024-12-16 02:12:41 +00:00
|
|
|
xfce.xfce4-taskmanager
|
2024-12-12 04:37:08 +00:00
|
|
|
yt-dlp
|
|
|
|
zellij
|
|
|
|
# text editors
|
|
|
|
neovim
|
|
|
|
vscodium
|
|
|
|
# X11
|
|
|
|
hsetroot
|
|
|
|
nitrogen
|
2024-12-15 21:35:05 +00:00
|
|
|
polybarFull
|
2024-12-12 04:37:08 +00:00
|
|
|
rofi
|
2024-12-16 02:12:41 +00:00
|
|
|
themechanger
|
2024-12-12 04:37:08 +00:00
|
|
|
xcompmgr
|
|
|
|
xdotool
|
|
|
|
xorg.xev
|
|
|
|
xorg.xwininfo
|
2024-12-16 02:12:41 +00:00
|
|
|
# gtk
|
|
|
|
flat-remix-icon-theme
|
|
|
|
posy-cursors
|
|
|
|
pantheon.elementary-gtk-theme
|
2024-12-12 04:37:08 +00:00
|
|
|
# misc
|
|
|
|
uxn
|
|
|
|
];
|
|
|
|
}
|