decided to give up Adwaita customization (for now)
This commit is contained in:
parent
c9a0cae8c0
commit
6b85353607
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user