diff --git a/global-configuration.nix b/global-configuration.nix index f3453e0..6e93036 100644 --- a/global-configuration.nix +++ b/global-configuration.nix @@ -15,6 +15,13 @@ services.displayManager.gdm.enable = true; services.desktopManager.gnome.enable = true; + qt = { + enable = true; + platformTheme = "gnome"; + style = "adwaita-dark"; + }; + + # Enable networking networking.networkmanager.enable = true;