diff --git a/modules/user/jopejoe1/home.nix b/modules/user/jopejoe1/home.nix index ca3b541..6e8c460 100644 --- a/modules/user/jopejoe1/home.nix +++ b/modules/user/jopejoe1/home.nix @@ -11,6 +11,8 @@ XCOMPOSECACHE = "${config.xdg.cacheHome}/X11/xcompos"; XAUTHORITY = "$XDG_RUNTIME_DIR/Xauthority"; }; + + stateVersion = config.system.stateVersion; }; accounts.email.accounts = { diff --git a/modules/user/root/home.nix b/modules/user/root/home.nix index 469a54c..94df087 100644 --- a/modules/user/root/home.nix +++ b/modules/user/root/home.nix @@ -11,6 +11,8 @@ XCOMPOSECACHE = "${config.xdg.cacheHome}/X11/xcompos"; XAUTHORITY = "$XDG_RUNTIME_DIR/Xauthority"; }; + + stateVersion = config.system.stateVersion; }; xdg = {