fix: nom is an extra argument, not option
This commit is contained in:
parent
7f7d59b11f
commit
edb1d306cc
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
autocd = true;
|
autocd = true;
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
os-update = "nh os switch --nom /home/rhea/nix-config/";
|
os-update = "nh os switch /home/rhea/nix-config/ --nom";
|
||||||
};
|
};
|
||||||
|
|
||||||
autosuggestion = {
|
autosuggestion = {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue