nixos-config/dotfiles/dot_config/fish/functions/nix-check-store
2024-12-07 14:04:15 -05:00

5 lines
91 B
Fish

#!/usr/bin/env fish
function nixgc --description 'update home manager'
gdu /nix/store
end