Files
nixos-config/home/packages/packages.nix
T
jory b419708566 Update system and randomize MAC
Updated packages and their names
Fixed randomize mac address
Updated zen.nix to fix the config
2026-04-15 15:54:09 +02:00

51 lines
648 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
file-roller
gnome-control-center
gnome-text-editor
nautilus
(papers.override {supportNautilus = true;})
inkscape
scrcpy
android-tools
awww
openvpn
];
}