Disable custom papirus theme
Design decision, not a code issue.
This commit is contained in:
10
home.nix
10
home.nix
@@ -181,10 +181,10 @@
|
|||||||
size = 22;
|
size = 22;
|
||||||
};
|
};
|
||||||
|
|
||||||
iconTheme = {
|
# iconTheme = {
|
||||||
name = "Papirus";
|
# name = "Papirus";
|
||||||
package = pkgs.papirus-icon-theme;
|
# package = pkgs.papirus-icon-theme;
|
||||||
};
|
# };
|
||||||
};
|
};
|
||||||
|
|
||||||
dconf.settings = {
|
dconf.settings = {
|
||||||
@@ -253,7 +253,7 @@
|
|||||||
color-scheme = "prefer-dark";
|
color-scheme = "prefer-dark";
|
||||||
enable-hot-corners = false;
|
enable-hot-corners = false;
|
||||||
cursor-theme = "Bibata-Modern-Classic";
|
cursor-theme = "Bibata-Modern-Classic";
|
||||||
icon-theme = "Papirus";
|
# icon-theme = "Papirus";
|
||||||
gtk-theme = "adw-gtk3-dark";
|
gtk-theme = "adw-gtk3-dark";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user