1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-01-31 07:03:36 +00:00
This commit is contained in:
Rae 5e 2024-12-18 21:00:26 -05:00
parent 79a84c44eb
commit d958b848da

View file

@ -1,6 +1,25 @@
{ 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
@ -16,16 +35,6 @@
monitor
xclip
zellij
# internet
nicotine-plus
vesktop
yt-dlp
# development
just
## language servers
nil
# games
prismlauncher
# text editors
neovim
vscodium
@ -38,11 +47,5 @@
xdotool
xorg.xev
xorg.xwininfo
# gtk
posy-cursors
pantheon.elementary-gtk-theme
# misc
gimp
uxn
];
}