refactor: standardize icon, theme, and cursor settings to Adwaita

This commit is contained in:
Menno van Leeuwen 2025-01-27 17:09:54 +01:00
parent 8275fcad8d
commit 5d353fd465
Signed by: vleeuwenmenno
SSH Key Fingerprint: SHA256:OJFmjANpakwD3F2Rsws4GLtbdz1TJ5tkQF0RZmF0TRE

View File

@ -5,18 +5,15 @@
enable = true; enable = true;
iconTheme = { iconTheme = {
name = "Papirus-Dark"; name = "Adwaita";
package = pkgs.papirus-icon-theme;
}; };
theme = { theme = {
name = "Yaru-purple-dark"; name = "Adwaita";
package = pkgs.yaru-theme;
}; };
cursorTheme = { cursorTheme = {
name = "Numix-Cursor"; name = "Adwaita";
package = pkgs.numix-cursor-theme;
}; };
gtk3.extraConfig = { gtk3.extraConfig = {