nixos-config/modules/home/shell-conf/fish/functions/nixgc.fish

6 lines
106 B
Fish
Raw Normal View History

2024-10-20 13:25:53 -04:00
#!/usr/bin/env fish
function nixgc --description 'update home manager'
2025-01-12 14:13:18 -05:00
nix-collect-garbage $argv
2024-10-20 13:25:53 -04:00
end