From 9577fe6d80a30de03be617acea99447452f930db Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Thu, 23 May 2024 07:14:11 +0100 Subject: [PATCH] Add home-manager-switch alias --- programs/shell/default.nix | 1 + 1 file changed, 1 insertion(+) 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