Remove default GTK theming and dconf settings
This commit is contained in:
@@ -90,7 +90,6 @@
|
|||||||
|
|
||||||
# Theming (consolidated from theming.nix)
|
# Theming (consolidated from theming.nix)
|
||||||
QT_QPA_PLATFORMTHEME = "qt6ct";
|
QT_QPA_PLATFORMTHEME = "qt6ct";
|
||||||
GTK_THEME = "adw-gtk3";
|
|
||||||
XCURSOR_THEME = "Adwaita";
|
XCURSOR_THEME = "Adwaita";
|
||||||
XCURSOR_SIZE = "24";
|
XCURSOR_SIZE = "24";
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -91,27 +91,4 @@
|
|||||||
# ═══════════════════════════════════════════════════════════════
|
# ═══════════════════════════════════════════════════════════════
|
||||||
# These can be overridden by the user with nwg-look or dconf-editor
|
# These can be overridden by the user with nwg-look or dconf-editor
|
||||||
# Default theme settings are applied per-user
|
# 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";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
||||||
];
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user