refactor: standardize icon, theme, and cursor settings to Adwaita
This commit is contained in:
parent
8275fcad8d
commit
5d353fd465
@ -5,18 +5,15 @@
|
||||
enable = true;
|
||||
|
||||
iconTheme = {
|
||||
name = "Papirus-Dark";
|
||||
package = pkgs.papirus-icon-theme;
|
||||
name = "Adwaita";
|
||||
};
|
||||
|
||||
theme = {
|
||||
name = "Yaru-purple-dark";
|
||||
package = pkgs.yaru-theme;
|
||||
name = "Adwaita";
|
||||
};
|
||||
|
||||
cursorTheme = {
|
||||
name = "Numix-Cursor";
|
||||
package = pkgs.numix-cursor-theme;
|
||||
name = "Adwaita";
|
||||
};
|
||||
|
||||
gtk3.extraConfig = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user