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