feat(cLib): fixing resolving only one monitor

This commit is contained in:
2025-09-06 16:17:59 +02:00
parent 6de31cb0d8
commit ec6b45e41b
4 changed files with 26 additions and 11 deletions

View File

@@ -23,7 +23,7 @@ in
};
homepage.description = lib.mkOption {
type = lib.types.str;
default = "Continuous file synchronization program.";
default = "Continuous file synchronization program";
};
homepage.icon = lib.mkOption {
type = lib.types.str;