This commit is contained in:
Matt Nish-Lapidus 2024-12-07 14:04:15 -05:00
parent 2befc80c82
commit 7cca45862c
3 changed files with 20 additions and 11 deletions

View file

@ -0,0 +1,5 @@
#!/usr/bin/env fish
function nixgc --description 'update home manager'
gdu /nix/store
end