adds extra definitions for dark theme to ensure dark theme

This commit is contained in:
2024-11-02 02:02:12 +01:00
parent 395fe1d235
commit 46f83918e1
2 changed files with 14 additions and 2 deletions

View File

@ -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;