1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-02-07 09:52:50 +00:00
Signed-off-by: roxwize <rae@roxwize.xyz>
This commit is contained in:
Rae 5e 2025-01-14 01:00:33 -05:00
parent f4249668de
commit 9ef328f196
Signed by: rae
GPG key ID: 5B1A0FAB9BAB81EE

View file

@ -8,11 +8,14 @@
# development # development
(fenix.default.withComponents [ "cargo" "rustc" ]) (fenix.default.withComponents [ "cargo" "rustc" ])
gcc gcc
git
godot_4
gtk4 gtk4
just just
meson meson
nodejs_23 nodejs_23
pkg-config pkg-config
pnpm
vala vala
## language servers ## language servers
mesonlsp # Meson mesonlsp # Meson
@ -21,9 +24,14 @@
vala-language-server # Vala vala-language-server # Vala
# games # games
prismlauncher prismlauncher
steam-run
uxn
# graphics # graphics
flameshot
gimp gimp
imagemagick
krita krita
maim
# gtk # gtk
posy-cursors posy-cursors
pantheon.elementary-gtk-theme pantheon.elementary-gtk-theme
@ -32,30 +40,26 @@
vesktop vesktop
yt-dlp yt-dlp
# system tools # system tools
alsa-utils
bat bat
btop btop
dconf-editor dconf-editor
ffmpeg ffmpeg
flameshot
git
gparted gparted
home-manager home-manager
hyfetch hyfetch
imagemagick
kitty kitty
maim
monitor monitor
pavucontrol wine
scrot
xclip xclip
zellij zellij
# text editors # text editors
neovim neovim
vscodium vscodium
# audio # audio
alsa-utils
audacity audacity
mpc mpc
pavucontrol
playerctl playerctl
unstable.rmpc unstable.rmpc
sunvox sunvox
@ -72,7 +76,5 @@
# misc # misc
catppuccin-sddm catppuccin-sddm
nmap nmap
steam-run
uxn
]; ];
} }