Configuration for my NixOS based systems and Home Manager
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

FIX: nr not supporting args properly

+5 -1
+5 -1
scripts/nr
··· 3 3 flag e + 4 4 flag x + 5 5 6 - exec nix run 'nixpkgs#'^$* 6 + pkg=$1 7 + 8 + shift 9 + 10 + exec nix run 'nixpkgs#'^$pkg -- $*