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