Add many more packages and nxfnd function

This commit is contained in:
cubernetes 2026-06-24 21:08:11 +02:00
parent 0e4f1a0236
commit bb6d3eb92d
2 changed files with 16 additions and 0 deletions

View file

@ -248,5 +248,20 @@
gh
rustdesk
anydesk
jq
android-tools
gdu
gron
mkvtoolnix-cli
ydiff
wl-clipboard-rs
protonvpn-gui
iperf3
pv
libarchive
libreoffice
traceroute
pciutils
usbutils
];
}

View file

@ -5,6 +5,7 @@
enable = true;
initExtra = ''
xset r rate 200 60
nxfnd () { [ $# -eq 1 ] || { echo "Expecting exactly one argument"; return 1; }; nix-locate --type x --minimal --whole-name "/$1"; }
'';
shellAliases = {
rb = "sudo nixos-rebuild switch --flake /etc/nixos#fw";