{ pkgs, ... }: {
# Enable sudo
security.sudo = {
enable = true;
wheelNeedsPassword = false;
};
# Enable rtkit
security.rtkit.enable = true;
}