Remove default GTK theming and dconf settings

This commit is contained in:
Melvin Ragusa
2026-02-04 13:24:23 +01:00
parent a33296ce94
commit bd2a0f749a
2 changed files with 0 additions and 24 deletions

View File

@@ -90,7 +90,6 @@
# Theming (consolidated from theming.nix)
QT_QPA_PLATFORMTHEME = "qt6ct";
GTK_THEME = "adw-gtk3";
XCURSOR_THEME = "Adwaita";
XCURSOR_SIZE = "24";
};

View File

@@ -91,27 +91,4 @@
# ═══════════════════════════════════════════════════════════════
# These can be overridden by the user with nwg-look or dconf-editor
# Default theme settings are applied per-user
programs.dconf = {
enable = true;
profiles.user.databases = [
{
settings = {
"org/gnome/desktop/interface" = {
color-scheme = "prefer-dark";
gtk-theme = "adw-gtk3";
icon-theme = "Papirus-Dark";
cursor-theme = "Adwaita";
cursor-size = lib.gvariant.mkInt32 24;
font-name = "Inter 11";
document-font-name = "Inter 11";
monospace-font-name = "JetBrainsMono Nerd Font 10";
};
"org/gnome/desktop/wm/preferences" = {
titlebar-font = "Inter Bold 11";
};
};
}
];
};
}