nixos-config/dotfiles/dot_config/fish/functions/nix-check-store

6 lines
91 B
Text
Raw Normal View History

2024-12-07 14:04:15 -05:00
#!/usr/bin/env fish
function nixgc --description 'update home manager'
gdu /nix/store
end