feat: add os-upgrade alias that also updates the flakes
This commit is contained in:
parent
a4fe057aa2
commit
d9f61dfee4
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@
|
||||||
autocd = true;
|
autocd = true;
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
os-update = "nh os switch /home/rhea/nix-config/";
|
os-update = "nh os switch /home/rhea/nix-config/";
|
||||||
|
os-upgrade = "cd ~/nix-config && nix flake update && nh os switch /home/rhea/nix-config/";
|
||||||
};
|
};
|
||||||
|
|
||||||
autosuggestion = {
|
autosuggestion = {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue