6 lines
111 B
Fish
6 lines
111 B
Fish
|
#!/usr/bin/env fish
|
||
|
|
||
|
function nixgc --description 'update home manager'
|
||
|
sudo nix-collect-garbage $argv
|
||
|
end
|