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.

at master 13 lines 118 B view raw
1#!/usr/bin/env rc 2 3flag e + 4 5if(~ $1 -x) { 6 flag x + 7 shift 8} 9 10pkg=$1 11shift 12 13exec nix run 'nixpkgs#'^$pkg -- $*