mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2024-12-23 21:58:49 +01:00
fix: extraconfig is already inside [Settings]
With the current config I get something like: ``` [Settings] Settings=gtk-application-prefer-dark-theme=1 ``` This change should fix it and produce: ``` [Settings] gtk-application-prefer-dark-theme=1 ``` in ~/.config/gtk-4.0/settings.ini
This commit is contained in:
parent
c094043bad
commit
2489bf5e4c
@ -31,14 +31,10 @@
|
||||
package = pkgs.bibata-cursors;
|
||||
};
|
||||
gtk3.extraConfig = {
|
||||
Settings = ''
|
||||
gtk-application-prefer-dark-theme=1
|
||||
'';
|
||||
gtk-application-prefer-dark-theme=1;
|
||||
};
|
||||
gtk4.extraConfig = {
|
||||
Settings = ''
|
||||
gtk-application-prefer-dark-theme=1
|
||||
'';
|
||||
gtk-application-prefer-dark-theme=1;
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user