Add home-manager-switch alias
This commit is contained in:
parent
65b947a036
commit
9577fe6d80
|
@ -67,6 +67,7 @@
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
nixos-upgrade = "systemctl start nixos-upgrade.service";
|
nixos-upgrade = "systemctl start nixos-upgrade.service";
|
||||||
nixos-status = "systemctl status 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 = ''
|
initExtra = ''
|
||||||
## completion config and styling
|
## completion config and styling
|
||||||
|
|
Reference in a new issue