home: set 'stateVersion' to '26.05'
All checks were successful
ci/woodpecker/push/check Pipeline was successful
All checks were successful
ci/woodpecker/push/check Pipeline was successful
Home-Manager now warns (loudly) about relying on legacy defaults on older state versions. I'd rather update to the newer state version than explicitly silence those warnings by setting options I do not care for. The new defaults are better anyway.
This commit is contained in:
parent
25cdd5755b
commit
0f821729f1
1 changed files with 1 additions and 2 deletions
|
|
@ -49,8 +49,7 @@
|
||||||
./zsh
|
./zsh
|
||||||
];
|
];
|
||||||
|
|
||||||
# First sane reproducible version
|
home.stateVersion = "26.05";
|
||||||
home.stateVersion = "20.09";
|
|
||||||
|
|
||||||
# Start services automatically
|
# Start services automatically
|
||||||
systemd.user.startServices = "sd-switch";
|
systemd.user.startServices = "sd-switch";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue