Switch to papirus icon theme

This commit is contained in:
Evie Litherland-Smith 2023-10-13 15:00:51 +01:00
parent 03bb3fcbf4
commit 334528ad2f

View file

@ -6,8 +6,6 @@ let
tweaks = [ "rimless" ];
variant = "macchiato";
};
delta-icon-theme = pkgs.callPackage ./pkgs/delta-icon-theme { };
# candy-icon-theme = pkgs.callPackage ./pkgs/candy-icon-theme { };
in {
stylix.targets.gtk.enable = false;
home.packages = with pkgs; [
@ -22,8 +20,8 @@ in {
name = "Catppuccin-Macchiato-Lavender-Cursors";
};
iconTheme = {
package = delta-icon-theme;
name = "Delta";
package = pkgs.papirus-icon-theme;
name = "Papirus-Dark";
};
theme = {
package = catppuccin-gtk;