From 6b853536076dc137b3ab31636a9e43a1ca4fed2f Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Thu, 25 May 2023 02:09:11 -0600 Subject: [PATCH] decided to give up Adwaita customization (for now) --- configuration.nix | 10 ++++++++-- configuration.org | 10 ++++++++-- 2 files changed, 16 insertions(+), 4 deletions(-) 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