feat: allow use of desc: id for mainMonitor
This commit is contained in:
parent
6893948ade
commit
0d75b0d487
4 changed files with 18 additions and 13 deletions
common
|
@ -27,9 +27,10 @@
|
|||
};
|
||||
|
||||
mainMonitor = mkOption {
|
||||
type = types.nullOr types.str;
|
||||
type = types.str;
|
||||
description = ''
|
||||
The name of the main monitor used for Hyprland and Regreet
|
||||
The name of the main monitor used for Hyprland
|
||||
and Regreet which also uses Hyprland
|
||||
'';
|
||||
default = "null";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue