feat: make screenshare utility autotoggle

This commit is contained in:
Swarsel 2024-12-05 02:22:23 +01:00
parent a42cf17d79
commit 02921a6922
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
7 changed files with 52 additions and 24 deletions

View file

@ -11,4 +11,12 @@ in
type = types.str;
default = "";
};
options.swarselsystems.lowResolution = mkOption {
type = types.str;
default = "";
};
options.swarselsystems.highResolution = mkOption {
type = types.str;
default = "";
};
}