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