This commit is contained in:
Matt Nish-Lapidus 2024-10-20 13:25:53 -04:00
parent 4ecaed5472
commit a1343811d1
7 changed files with 39 additions and 39 deletions

View file

@ -0,0 +1,5 @@
#!/usr/bin/env fish
function nixgc --description 'update home manager'
sudo nix-collect-garbage $argv
end