1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-02-07 09:52:50 +00:00
.dotfiles/nixos/packages.nix
2024-12-15 21:12:41 -05:00

38 lines
No EOL
662 B
Nix

{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
# system tools
bat
btop
ffmpeg
git
gparted
hyfetch
imagemagick
kitty
monitor
xclip
xfce.xfce4-taskmanager
yt-dlp
zellij
# text editors
neovim
vscodium
# X11
hsetroot
nitrogen
polybarFull
rofi
themechanger
xcompmgr
xdotool
xorg.xev
xorg.xwininfo
# gtk
flat-remix-icon-theme
posy-cursors
pantheon.elementary-gtk-theme
# misc
uxn
];
}