home: remove stateVersion from this repo

This commit is contained in:
Evar 2025-06-25 04:10:34 -04:00
parent 2e7fe703c8
commit ddf6814856

View file

@ -22,17 +22,4 @@ in {
systemd.user.sessionVariables = variables; systemd.user.sessionVariables = variables;
xdg.enable = true; # TODO: what is this? xdg.enable = true; # TODO: what is this?
# This value determines the Home Manager release that your
# configuration is compatible with. This helps avoid breakage
# when a new Home Manager release introduces backwards
# incompatible changes.
#
# You can update Home Manager without changing this value. See
# the Home Manager release notes for a list of state version
# changes in each release.
home.stateVersion = "24.11";
# Let Home Manager install and manage itself.
# programs.home-manager.enable = true;
} }