diff --git a/modules/core.nix b/modules/core.nix index e4de41a..a933877 100644 --- a/modules/core.nix +++ b/modules/core.nix @@ -41,6 +41,8 @@ EDITOR = "nvim"; VISUAL = "nvim"; }; + + security.sudo.wheelNeedsPassword = false; user = { enable = lib.mkDefault true;