1
0

profiles/desktop: Give desktop users special permisions for networkmanager

This commit is contained in:
2025-12-14 13:13:54 +01:00
parent f152e1c60d
commit 9b3d9993f4
3 changed files with 17 additions and 2 deletions

View File

@@ -6,6 +6,11 @@ with lib;
options.profiles.clerie.desktop = {
enable = mkEnableOption "clerie Desktop Config";
users = mkOption {
type = with types; listOf str;
default = [];
description = "Names of users that are considered desktop users and therefore get special permissions";
};
};
imports = [