Ensure dark mode is default and move tuigreet to the 3rd vt so no output is overlaying it

This commit is contained in:
Tyler Kelley 2024-05-29 21:24:06 -05:00
parent 010c58f6a1
commit 1952184d74
2 changed files with 9 additions and 1 deletions

View File

@ -97,7 +97,7 @@
qt = {
enable = true;
style = "gtk2";
style = "adwaita-dark";
platformTheme = "gtk2";
};
@ -262,6 +262,7 @@
};
greetd = {
enable = true;
vt = 3;
settings = {
default_session = {
# Wayland Desktop Manager is installed only for user ryan via home-manager!

View File

@ -113,6 +113,13 @@ in
name = "Papirus-Dark";
package = pkgs.papirus-icon-theme;
};
gtk3.extraConfig = {
gtk-application-prefer-dark-theme=1;
};
gtk4.extraConfig = {
gtk-application-prefer-dark-theme=1;
};
};
# Scripts