1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-02-12 04:22:07 +00:00
.dotfiles/nixos/packages.nix

51 lines
852 B
Nix
Raw Normal View History

2024-12-11 23:37:08 -05:00
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
2024-12-18 21:00:26 -05:00
# development
just
## language servers
nil
# games
prismlauncher
# graphics
gimp
krita
# gtk
posy-cursors
pantheon.elementary-gtk-theme
# internet
nicotine-plus
vesktop
yt-dlp
# misc
uxn
2024-12-11 23:37:08 -05:00
# system tools
bat
btop
2024-12-16 23:00:45 -05:00
dconf-editor
2024-12-11 23:37:08 -05:00
ffmpeg
git
gparted
2024-12-17 17:06:47 -05:00
home-manager
2024-12-11 23:37:08 -05:00
hyfetch
imagemagick
kitty
2024-12-16 00:19:22 -05:00
maim
2024-12-15 21:12:41 -05:00
monitor
2024-12-11 23:37:08 -05:00
xclip
zellij
# text editors
neovim
vscodium
# X11
hsetroot
nitrogen
2024-12-15 16:35:05 -05:00
polybarFull
2024-12-11 23:37:08 -05:00
rofi
xcompmgr
xdotool
xorg.xev
xorg.xwininfo
];
2024-12-17 10:18:06 -05:00
}