diff --git a/flake.nix b/flake.nix index e29b397..2fe3c0a 100644 --- a/flake.nix +++ b/flake.nix @@ -89,7 +89,6 @@ }; } // lib.optionalAttrs config.root { root = { - # home.stateVersion = config.stateVersion; imports = mkhomeManagerModules (config // { user = "root"; }); }; };