mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2025-02-23 12:00:47 +01:00
fix: extraconfig is already inside [Settings]
Thank you Clement!
This commit is contained in:
commit
b1a06d69bf
@ -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