From 7c249ce8d744292a92d177e72c3ab90c5aad75f1 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Fri, 4 Jul 2025 00:01:09 -0500 Subject: [PATCH] pruning --- flake.nix | 1 - 1 file changed, 1 deletion(-) 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"; }); }; };