nix-flake/home/packages.nix
2025-01-28 20:32:10 +08:00

42 lines
559 B
Nix

{pkgs, ...}:{
home.packages = with pkgs; [
prismlauncher
libgpod
blender-hip
libimobiledevice
mpc
strawberry
# lmms
kanshi
emacs
comma
openscad
openutau
wlr-randr
grim
slurp
swaynotificationcenter
udiskie
gtklock
swaybg
gzdoom
fzf
openrct2
wl-clipboard
brightnessctl
nemo
xfce.ristretto
xfce.tumbler
inkscape
hyfetch
pamixer
pavucontrol
gimp
prusa-slicer
gamescope
vlc
playerctl
firefox
libreoffice
];
}