From f5514728a9aeccc27bc991b9d7a161c0f27326ae Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Fri, 24 Feb 2023 16:10:54 +0100 Subject: [PATCH] Another try --- modules/user/jopejoe1/home.nix | 2 ++ modules/user/root/home.nix | 2 ++ 2 files changed, 4 insertions(+) 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 = {