1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-01-31 07:03:36 +00:00
.dotfiles/nixos/packages.nix
2024-12-16 00:33:36 -05:00

38 lines
No EOL
651 B
Nix

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