add descriptions to stop hm from crying

This commit is contained in:
jacekpoz 2024-05-09 18:25:11 +02:00
parent 5a536d295a
commit df615f930c
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -20,9 +20,11 @@ in {
type = submodule { type = submodule {
options = { options = {
w = mkOption { w = mkOption {
description = "monitor width";
type = positive; type = positive;
}; };
h = mkOption { h = mkOption {
description = "monitor height";
type = positive; type = positive;
}; };
}; };
@ -37,9 +39,11 @@ in {
type = submodule { type = submodule {
options = { options = {
x = mkOption { x = mkOption {
description = "monitor x position";
type = int; type = int;
}; };
y = mkOption { y = mkOption {
description = "monitor y position";
type = int; type = int;
}; };
}; };