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