decided to give up Adwaita customization (for now)

This commit is contained in:
Danilo Reyes 2023-05-25 02:09:11 -06:00
parent c9a0cae8c0
commit 6b85353607
2 changed files with 16 additions and 4 deletions

View File

@ -74,6 +74,13 @@ environment.gnome.excludePackages = (with pkgs; [
cheese cheese
]); ]);
# Sets up QT to use adwaita themes.
qt5 = {
enable = true;
platformTheme = "gnome";
style = "adwaita";
};
hardware.pulseaudio.enable = false; hardware.pulseaudio.enable = false;
sound.enable = false; sound.enable = false;
security.rtkit.enable = true; security.rtkit.enable = true;
@ -245,9 +252,8 @@ hunspellDicts.es_MX
hunspellDicts.en_CA hunspellDicts.en_CA
# Themes # Themes
adwaita-qt
unstable.adw-gtk3 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 gnome.gnome-tweaks # tweaks for the gnome desktop environment
# Fonts # Fonts

View File

@ -155,6 +155,13 @@ environment.gnome.excludePackages = (with pkgs; [
gnome-font-viewer gnome-font-viewer
cheese cheese
]); ]);
# Sets up QT to use adwaita themes.
qt5 = {
enable = true;
platformTheme = "gnome";
style = "adwaita";
};
#+end_src #+end_src
* SOUND * SOUND
@ -434,9 +441,8 @@ main draws of Linux for me.
#+begin_src nix #+begin_src nix
# Themes # Themes
adwaita-qt
unstable.adw-gtk3 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 gnome.gnome-tweaks # tweaks for the gnome desktop environment
# Fonts # Fonts