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 61ba8a8c85365ac8effbb1690d9eddbce9d11d3b 13 lines 128 B view raw
1#!/usr/bin/env rc 2 3flag x + 4 5if(~ $1 -x) { 6 flake e + 7 shift 8} 9 10pkg=$1 11shift 12 13exec nix run --impure 'nixpkgs#'^$pkg -- $*