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-18 21:00:26 -05:00

51 lines
865 B
Nix

{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
# development
just
## language servers
nil
# games
prismlauncher
# graphics
gimp
krita
# gtk
posy-cursors
pantheon.elementary-gtk-theme
# internet
nicotine-plus
vesktop
yt-dlp
# misc
gimp
uxn
# system tools
bat
btop
dconf-editor
ffmpeg
git
gparted
home-manager
hyfetch
imagemagick
kitty
maim
monitor
xclip
zellij
# text editors
neovim
vscodium
# X11
hsetroot
nitrogen
polybarFull
rofi
xcompmgr
xdotool
xorg.xev
xorg.xwininfo
];
}