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.

ADD: nr script for shortcut to run from nixpkgs

+4 -1
+4 -1
scripts/nr
··· 1 1 #!/usr/bin/env rc 2 2 3 - exec nix run nixpkgs#^$* 3 + flag e + 4 + flag x + 5 + 6 + exec nix run 'nixpkgs#'^$*