Files
nixos-config/home/packages/packages.nix
T
2026-05-12 18:04:00 +02:00

45 lines
544 B
Nix

{
inputs,
pkgs,
...
}: {
users.users.someone.packages = with pkgs; [
# screenshot
grim
slurp
satty
swappy
# editor
neovim
#messaging
telegram-desktop
vesktop
# misc
pciutils
copyq
nixos-icons
ffmpegthumbnailer
imagemagick
bun
fastfetch
act
proton-vpn
wl-mirror
pavucontrol
thunderbird
croc
qbittorrent
weathr
distrobox
# gnome
dconf-editor
(papers.override {supportNautilus = true;})
awww
openvpn
];
}