home/programs/niri: add settings prefix that was missing
This commit is contained in:
parent
f4779c6fd4
commit
c59622d0fe
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ in {
|
|||
(mkIf osConfig.theme.enable (let
|
||||
inherit (osConfig.theme.scheme) palette;
|
||||
in {
|
||||
layout.focus-ring.active.color = palette.base0E;
|
||||
settings.layout.focus-ring.active.color = palette.base0E;
|
||||
}))
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue