From aec4732e4c0d9236812713b02643db384cc0a9e7 Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Fri, 28 Jun 2024 20:58:08 -0700 Subject: [PATCH] gnome theme maybe? --- hosts/snowhawk/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) 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;