diff --git a/programs/shell/default.nix b/programs/shell/default.nix index 66930f5..032e694 100644 --- a/programs/shell/default.nix +++ b/programs/shell/default.nix @@ -67,6 +67,7 @@ shellAliases = { nixos-upgrade = "systemctl start nixos-upgrade.service"; nixos-status = "systemctl status nixos-upgrade.service"; + home-manager-switch = "nix run flake:my-home-manager -- switch --flake flake:my-home-manager"; }; initExtra = '' ## completion config and styling