5 lines
91 B
Fish
5 lines
91 B
Fish
#!/usr/bin/env fish
|
|
|
|
function nixgc --description 'update home manager'
|
|
gdu /nix/store
|
|
end
|