adds extra definitions for dark theme to ensure dark theme

This commit is contained in:
Menno van Leeuwen 2024-11-02 02:02:12 +01:00
parent 395fe1d235
commit 46f83918e1
Signed by: vleeuwenmenno
SSH Key Fingerprint: SHA256:OJFmjANpakwD3F2Rsws4GLtbdz1TJ5tkQF0RZmF0TRE
2 changed files with 14 additions and 2 deletions

View File

@ -3,8 +3,11 @@
dconf = { dconf = {
enable = true; enable = true;
settings = { settings = {
# Set the color scheme to dark # Dark theme
"org/gnome/desktop/interface".color-scheme = "prefer-dark"; "org/gnome/desktop/interface" = {
color-scheme = "prefer-dark";
gtk-theme = "Adwaita-dark";
};
# Pinned apps # Pinned apps
# add more by listing them with `gsettings list-recursively | grep favorite-apps` # add more by listing them with `gsettings list-recursively | grep favorite-apps`

View File

@ -19,6 +19,15 @@
home.homeDirectory = "/home/menno"; home.homeDirectory = "/home/menno";
home.stateVersion = "24.05"; home.stateVersion = "24.05";
# GTK Theme
gtk = {
enable = true;
theme = {
name = "Adwaita-dark";
package = pkgs.gnome.gnome-themes-extra;
};
};
# Default applications # Default applications
xdg.mimeApps = { xdg.mimeApps = {
enable = true; enable = true;