Working on GTK

This commit is contained in:
2026-03-16 08:51:03 +00:00
parent 9c50a55b0a
commit 1f9c73e45c
@@ -13,11 +13,23 @@
enable = true;
theme = {
name = "Catppuccin-Mocha-Standard-Blue-Dark";
variant = "dark";
};
iconTheme = {
name = "Papirus-Dark";
};
};
};
# Force dark mode via environment variable
home.sessionVariables = {
GTK_ENABLE_DARK_MODE = "1";
};
/*
# Optional: Force dark mode for Zen Browser
xdg.configFile."zen-browser/user.js".text = ''
user_pref("widget.non-native-theme.enabled", false);
user_pref("ui.systemUsesDarkTheme", 1);
'';
};
*/
}