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
|
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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user