diff --git a/flake.nix b/flake.nix index c7a54f3..f066abe 100644 --- a/flake.nix +++ b/flake.nix @@ -81,7 +81,14 @@ extraSpecialArgs = { inherit inputs; }; users = { ${config.user} = { + isNormalUser = true; + description = "John Lancaster"; imports = mkhomeManagerModules config; + extraGroups = [ + "networkmanager" + "wheel" + "docker" + ]; }; } // lib.optionalAttrs config.root { root = {