mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2024-11-07 15:23:59 +01:00
just set qt to adwaita-dark, btw qt - you suck arse, f u, and fixed icons
This commit is contained in:
parent
1ced373f40
commit
a1cf3e81fa
@ -92,7 +92,7 @@
|
||||
|
||||
qt = {
|
||||
enable = true;
|
||||
style = "gtk2";
|
||||
style = "adwaita-dark";
|
||||
platformTheme = "gtk2";
|
||||
};
|
||||
|
||||
|
@ -108,6 +108,12 @@ in
|
||||
# Styling Options
|
||||
stylix.targets.waybar.enable = false;
|
||||
stylix.targets.rofi.enable = false;
|
||||
gtk = {
|
||||
iconTheme = {
|
||||
name = "Papirus-Dark";
|
||||
package = pkgs.papirus-icon-theme;
|
||||
};
|
||||
};
|
||||
|
||||
# Scripts
|
||||
home.packages = [
|
||||
|
Loading…
Reference in New Issue
Block a user