fix(modules/hm): don't set stateVersion
All checks were successful
/ check (push) Successful in 9s
/ check-renovaterc (push) Successful in 3s
/ build-packages (push) Successful in 14s
/ build-vm (push) Successful in 23s
/ report-size (push) Successful in 1m4s

Prefer setting it on the configuration. Also bump the example-vm to
stateVersion 24.11.
This commit is contained in:
Jalil David Salamé Messina 2025-03-21 19:14:43 +01:00
parent 0df4e76404
commit 13259157a2
Signed by: jalil
GPG key ID: F016B9E770737A0B
2 changed files with 1 additions and 2 deletions

View file

@ -16,6 +16,7 @@
home = { home = {
username = "jdoe"; username = "jdoe";
homeDirectory = "/home/jdoe"; homeDirectory = "/home/jdoe";
stateVersion = "24.11";
}; };
jhome = { jhome = {
enable = true; enable = true;

View file

@ -108,8 +108,6 @@ in
}; };
home = { home = {
stateVersion = "22.11";
# Extra packages
# Extra variables # Extra variables
sessionVariables = { sessionVariables = {
CARGO_HOME = "${config.xdg.dataHome}/cargo"; CARGO_HOME = "${config.xdg.dataHome}/cargo";