fix: extraconfig is already inside [Settings]

Thank you Clement!
This commit is contained in:
Tyler Kelley 2024-01-23 01:54:12 +00:00
commit b1a06d69bf

View File

@ -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;
};
};