nixos-config/modules/home/shell-conf/fish/functions/nixgc.fish
2025-03-21 16:50:54 -04:00

5 lines
106 B
Fish

#!/usr/bin/env fish
function nixgc --description 'update home manager'
nix-collect-garbage $argv
end