Compare commits
2 commits
c7b7bb51a2
...
9b196980fa
Author | SHA1 | Date | |
---|---|---|---|
Evie Litherland-Smith | 9b196980fa | ||
Evie Litherland-Smith | 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