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 {
options = {
w = mkOption {
description = "monitor width";
type = positive;
};
h = mkOption {
description = "monitor height";
type = positive;
};
};
@ -37,9 +39,11 @@ in {
type = submodule {
options = {
x = mkOption {
description = "monitor x position";
type = int;
};
y = mkOption {
description = "monitor y position";
type = int;
};
};