remove potential problematic themes

This commit is contained in:
Yan Lin 2025-10-27 05:25:30 +01:00
parent 27c7f7127c
commit ef21eb3cff

View file

@ -131,29 +131,12 @@ in
# Configure GTK theme and icon theme
gtk = {
enable = true;
theme = {
package = pkgs.gnome-themes-extra;
name = "Adwaita-dark";
};
iconTheme = {
package = pkgs.adwaita-icon-theme;
name = "Adwaita";
};
};
# Configure Qt theming to match GNOME dark theme
qt = {
enable = true;
platformTheme.name = "adwaita";
style.name = "adwaita-dark";
};
# Environment variables for consistent dark mode across all applications
home.sessionVariables = {
GTK_THEME = "Adwaita:dark";
QT_QPA_PLATFORMTHEME = "adwaita";
};
# Configure XDG user directories
xdg.userDirs = {
enable = true;
@ -176,10 +159,6 @@ in
home.packages = with pkgs; [
gnomeExtensions.hide-top-bar
gnomeExtensions.pano
# Qt theming packages for dark mode support
adwaita-qt
adwaita-qt6
];
# Custom desktop file for opening text files with Neovim in Ghostty