diff --git a/hosts/snowhawk/configuration.nix b/hosts/snowhawk/configuration.nix index a230f38..ee5cf95 100644 --- a/hosts/snowhawk/configuration.nix +++ b/hosts/snowhawk/configuration.nix @@ -109,6 +109,8 @@ security.pam.services."ravenshade".enableGnomeKeyring = true; services.gnome.gnome-keyring.enable = true; + qt.platformTheme = "gtk2"; + # Enable automatic login for the user. services.displayManager.autoLogin = { enable = true;