diff options
author | tdback <tyler@tdback.net> | 2025-01-24 22:32:29 -0500 |
---|---|---|
committer | tdback <tyler@tdback.net> | 2025-01-24 22:33:28 -0500 |
commit | 509b69329726b6717972f0bdb7e5f91c80a89247 (patch) | |
tree | b05844213fdc67cb2c557fca50166b8014d8df66 /modules/profiles/common | |
parent | 40efc83dc451cd26eec47b731a0b8a79f5ce42a8 (diff) |
modules/profiles: consolidated into common/xorg profiles
Diffstat (limited to 'modules/profiles/common')
-rw-r--r-- | modules/profiles/common/default.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/profiles/common/default.nix b/modules/profiles/common/default.nix index da7df0f..d364a7f 100644 --- a/modules/profiles/common/default.nix +++ b/modules/profiles/common/default.nix @@ -39,6 +39,14 @@ ]; }; + security = { + polkit.enable = true; + sudo = { + enable = lib.mkDefault true; + wheelNeedsPassword = lib.mkDefault false; + }; + }; + programs = { git.enable = true; htop.enable = true; |