mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 21:29:48 +01:00
parent
e6f3da6be1
commit
1807ce921e
1 changed files with 2 additions and 2 deletions
|
@ -158,7 +158,7 @@ home-manager.users.eve = { pkgs, ... }: {
|
||||||
|
|
||||||
# The state version is required and should stay at the version you
|
# The state version is required and should stay at the version you
|
||||||
# originally installed.
|
# originally installed.
|
||||||
system.stateVersion = "23.05";
|
home.stateVersion = "23.05";
|
||||||
};
|
};
|
||||||
----
|
----
|
||||||
|
|
||||||
|
@ -285,7 +285,7 @@ home-manager.users.eve = { pkgs, ... }: {
|
||||||
|
|
||||||
# The state version is required and should stay at the version you
|
# The state version is required and should stay at the version you
|
||||||
# originally installed.
|
# originally installed.
|
||||||
system.stateVersion = "23.05";
|
home.stateVersion = "23.05";
|
||||||
};
|
};
|
||||||
----
|
----
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue