diff --git a/configuration.nix b/configuration.nix index 619e96a..507012b 100644 --- a/configuration.nix +++ b/configuration.nix @@ -74,6 +74,13 @@ environment.gnome.excludePackages = (with pkgs; [ cheese ]); +# Sets up QT to use adwaita themes. +qt5 = { + enable = true; + platformTheme = "gnome"; + style = "adwaita"; +}; + hardware.pulseaudio.enable = false; sound.enable = false; security.rtkit.enable = true; @@ -245,9 +252,8 @@ hunspellDicts.es_MX hunspellDicts.en_CA # Themes -adwaita-qt unstable.adw-gtk3 -unstable.gradience # theme customizer, allows you to modify adw-gtk3 themes +# unstable.gradience # theme customizer, allows you to modify adw-gtk3 themes gnome.gnome-tweaks # tweaks for the gnome desktop environment # Fonts diff --git a/configuration.org b/configuration.org index 7e85c47..74af5d6 100755 --- a/configuration.org +++ b/configuration.org @@ -155,6 +155,13 @@ environment.gnome.excludePackages = (with pkgs; [ gnome-font-viewer cheese ]); + +# Sets up QT to use adwaita themes. +qt5 = { + enable = true; + platformTheme = "gnome"; + style = "adwaita"; +}; #+end_src * SOUND @@ -434,9 +441,8 @@ main draws of Linux for me. #+begin_src nix # Themes -adwaita-qt unstable.adw-gtk3 -unstable.gradience # theme customizer, allows you to modify adw-gtk3 themes +# unstable.gradience # theme customizer, allows you to modify adw-gtk3 themes gnome.gnome-tweaks # tweaks for the gnome desktop environment # Fonts