Add candy-icon package back just in case
This commit is contained in:
parent
b5b0610788
commit
dd0c7b2921
|
@ -6,8 +6,12 @@ let
|
|||
tweaks = [ "rimless" ];
|
||||
variant = "macchiato";
|
||||
};
|
||||
delta-icon-theme = pkgs.callPackage ./pkgs/delta-icon-theme { };
|
||||
candy-icon-theme = pkgs.callPackage ./pkgs/candy-icon-theme { };
|
||||
in {
|
||||
home.packages = with pkgs; [
|
||||
delta-icon-theme
|
||||
candy-icon-theme
|
||||
gnome.adwaita-icon-theme
|
||||
libsForQt5.breeze-gtk
|
||||
hicolor-icon-theme
|
||||
|
@ -19,7 +23,7 @@ in {
|
|||
name = "Catppuccin-Macchiato-Lavender-Cursors";
|
||||
};
|
||||
iconTheme = {
|
||||
package = pkgs.callPackage ./pkgs/delta-icon-theme { };
|
||||
package = delta-icon-theme;
|
||||
name = "Delta";
|
||||
};
|
||||
theme = {
|
||||
|
|
Loading…
Reference in a new issue