Files
nixos-config/home/packages/packages.nix
T

46 lines
559 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
# gnome
dconf-editor
(papers.override {supportNautilus = true;})
scrcpy
android-tools
awww
openvpn
];
}