adds extra definitions for dark theme to ensure dark theme
This commit is contained in:
parent
395fe1d235
commit
46f83918e1
@ -3,8 +3,11 @@
|
||||
dconf = {
|
||||
enable = true;
|
||||
settings = {
|
||||
# Set the color scheme to dark
|
||||
"org/gnome/desktop/interface".color-scheme = "prefer-dark";
|
||||
# Dark theme
|
||||
"org/gnome/desktop/interface" = {
|
||||
color-scheme = "prefer-dark";
|
||||
gtk-theme = "Adwaita-dark";
|
||||
};
|
||||
|
||||
# Pinned apps
|
||||
# add more by listing them with `gsettings list-recursively | grep favorite-apps`
|
||||
|
@ -19,6 +19,15 @@
|
||||
home.homeDirectory = "/home/menno";
|
||||
home.stateVersion = "24.05";
|
||||
|
||||
# GTK Theme
|
||||
gtk = {
|
||||
enable = true;
|
||||
theme = {
|
||||
name = "Adwaita-dark";
|
||||
package = pkgs.gnome.gnome-themes-extra;
|
||||
};
|
||||
};
|
||||
|
||||
# Default applications
|
||||
xdg.mimeApps = {
|
||||
enable = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user