adds extra definitions for dark theme to ensure dark theme
This commit is contained in:
parent
395fe1d235
commit
46f83918e1
@ -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`
|
||||||
|
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user