update niri; random tweaks
This commit is contained in:
parent
99ccea27eb
commit
402d9f4957
10 changed files with 171 additions and 130 deletions
|
@ -5,7 +5,7 @@ let
|
|||
cfg = config.modules.desktop.monitors;
|
||||
in {
|
||||
options.modules.desktop.monitors = {
|
||||
enable = mkEnableOption "Manually configure monitor settings, use if manual configuration is needed";
|
||||
enable = mkEnableOption "manually configure monitor settings, use if manual configuration is needed";
|
||||
monitors = mkOption {
|
||||
type = types.listOf types.attrs;
|
||||
description = ''
|
||||
|
@ -26,7 +26,6 @@ in {
|
|||
name = monitor.name;
|
||||
value = {
|
||||
scale = monitor.scale;
|
||||
background-color = config.modules.desktop.themes.niri.background;
|
||||
};
|
||||
}) cfg.monitors);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue