Documentation suggests this should be '1' and not 'true'
This commit is contained in:
parent
64f3f42fff
commit
4ab3191f0d
1 changed files with 2 additions and 2 deletions
|
@ -210,13 +210,13 @@ in
|
||||||
"file:///home/erwin/workspace"
|
"file:///home/erwin/workspace"
|
||||||
];
|
];
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
gtk-application-prefer-dark-theme = true;
|
gtk-application-prefer-dark-theme = 1;
|
||||||
gtk-cursor-theme-name = "Nordzy-cursors";
|
gtk-cursor-theme-name = "Nordzy-cursors";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
gtk4.extraConfig = {
|
gtk4.extraConfig = {
|
||||||
gtk-application-prefer-dark-theme = true;
|
gtk-application-prefer-dark-theme = 1;
|
||||||
gtk-cursor-theme-name = "Nordzy-cursors";
|
gtk-cursor-theme-name = "Nordzy-cursors";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue