refactor: standardize icon, theme, and cursor settings to Adwaita
This commit is contained in:
parent
8275fcad8d
commit
5d353fd465
@ -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 = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user