Fix gtk theme to work with dark mode

This commit is contained in:
Random936
2026-08-23 10:58:20 -04:00
parent ff57b5ba5b
commit 35a679865c
2 changed files with 26 additions and 4 deletions
+9 -1
View File
@@ -36,10 +36,18 @@
# Suppress greetd's default virtual terminal log spam.
systemd.services.greetd.serviceConfig.LogStandardStream = "journal";
# XDG Desktop Portals (used for wayland screen sharing, file pickets, etc.)
# XDG Desktop Portals (used for wayland screen sharing, file pickers, etc.)
xdg.portal = {
enable = true;
wlr.enable = true;
extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
config = {
common = {
default = [ "wlr" "gtk" ];
"org.freedesktop.impl.portal.Settings" = [ "gtk" ];
"org.freedesktop.impl.portal.FileChooser" = [ "gtk" ];
};
};
};
# Configure keymap