user configs and monitor settings for hyprland

This commit is contained in:
cnst
2024-10-23 19:09:44 +02:00
parent 7a1b90bb91
commit cfab493b28
6 changed files with 56 additions and 12 deletions

View File

@@ -30,6 +30,11 @@ in {
type = types.int;
default = 60;
};
bitDepth = mkOption {
type = types.nullOr types.int;
default = null;
example = 10;
};
position = mkOption {
type = types.str;
default = "auto";