System/nixos/modules/desktop.nix

9 lines
84 B
Nix
Raw Permalink Normal View History

{
config,
lib,
pkgs,
...
}: {
security.sudo.wheelNeedsPassword = false;
}