2024-12-12 04:37:08 +00:00
|
|
|
{ pkgs, ... }:
|
|
|
|
{
|
|
|
|
environment.systemPackages = with pkgs; [
|
|
|
|
# system tools
|
|
|
|
bat
|
|
|
|
btop
|
2024-12-17 04:00:45 +00:00
|
|
|
dconf-editor
|
2024-12-12 04:37:08 +00:00
|
|
|
ffmpeg
|
|
|
|
git
|
|
|
|
gparted
|
2024-12-17 22:06:47 +00:00
|
|
|
home-manager
|
2024-12-12 04:37:08 +00:00
|
|
|
hyfetch
|
|
|
|
imagemagick
|
|
|
|
kitty
|
2024-12-16 05:19:22 +00:00
|
|
|
maim
|
2024-12-16 02:12:41 +00:00
|
|
|
monitor
|
2024-12-12 04:37:08 +00:00
|
|
|
xclip
|
|
|
|
yt-dlp
|
|
|
|
zellij
|
2024-12-17 23:30:38 +00:00
|
|
|
# development
|
|
|
|
just
|
|
|
|
## language servers
|
2024-12-17 23:47:11 +00:00
|
|
|
nil
|
2024-12-12 04:37:08 +00:00
|
|
|
# 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
|
|
|
|
xcompmgr
|
|
|
|
xdotool
|
|
|
|
xorg.xev
|
|
|
|
xorg.xwininfo
|
2024-12-16 02:12:41 +00:00
|
|
|
# gtk
|
|
|
|
posy-cursors
|
|
|
|
pantheon.elementary-gtk-theme
|
2024-12-12 04:37:08 +00:00
|
|
|
# misc
|
|
|
|
uxn
|
|
|
|
];
|
2024-12-17 15:18:06 +00:00
|
|
|
}
|