about summary refs log tree commit diff
path: root/home/shell/fish/functions/nix-rebuild-hm.fish
blob: 3101e51e08c7d654304c47f6ae7f1da3aa846ae8 (plain) (blame)
1
2
3
4
function nix-rebuild-hm --description "rebuild home manager"
    cd ~/workspace/world
    home-manager switch --flake .
end