Use defaultMonitor instead of monitor
This commit is contained in:
parent
3ac742cc45
commit
2c45bcf6ad
8 changed files with 128 additions and 93 deletions
|
|
@ -17,7 +17,12 @@
|
|||
'';
|
||||
};
|
||||
monitor = lib.mkOption {
|
||||
default = [ ];
|
||||
default = [
|
||||
# main monitor
|
||||
"${config.conf.defaultMonitor},${config.conf.defaultMonitorMode},0x0,${config.conf.defaultMonitorScale}"
|
||||
# all others
|
||||
",highrr,auto,1"
|
||||
];
|
||||
example = [ "DP-1,3440x1440@180,2560x0,1,vrr,0" ];
|
||||
type = with lib.types; listOf str;
|
||||
description = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue