Add home-manager-switch alias

This commit is contained in:
Evie Litherland-Smith 2024-05-23 07:14:11 +01:00
parent 65b947a036
commit 9577fe6d80

View file

@ -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