Revert "Merge branch 'main' into dn-lap"

This reverts commit df25d3e16c, reversing
changes made to 65ed55a4f2.
This commit is contained in:
DACHXY 2024-12-26 13:52:24 +08:00
parent df25d3e16c
commit 9f05c20cca
2 changed files with 8 additions and 14 deletions

View file

@ -22,11 +22,15 @@
};
gtk3.extraConfig = {
gtk-application-prefer-dark-theme = 1;
Settings = ''
gtk-application-prefer-dark-theme = 1;
'';
};
gtk4.extraConfig = {
gtk-application-prefer-dark-theme = 1;
Settings = ''
gtk-application-prefer-dark-theme = 1;
'';
};
};