diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index df17355..bf60097 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -60,8 +60,8 @@ i3.enable = true; dwm.enable = true; }; - libinput.enable = true; }; + libinput.enable = true; greetd = { enable = true; restart = true; diff --git a/hosts/default/home.nix b/hosts/default/home.nix index 8d9b36c..832fb48 100644 --- a/hosts/default/home.nix +++ b/hosts/default/home.nix @@ -98,9 +98,11 @@ # THEMING ## QT SECTION - qt.enable = true; - qt.platformTheme = "gtk"; - qt.style.name = "adwaita-dark"; + qt = { + enable = true; + platformTheme.name = "gtk"; + style.name = "adwaita-dark"; + }; ## GTK SECTION gtk = {