[feat] Fix the issue with sourcing the Cattppucin themes

This commit is contained in:
uttarayan21
2024-03-04 04:30:13 +05:30
parent 1d8361356e
commit 22ffff0509
4 changed files with 35 additions and 26 deletions

View File

@@ -174,7 +174,9 @@
};
catppuccinThemes = final: prev: {
catppuccinThemes = ./themes/catppuccin.nix;
catppuccinThemes = import ./themes/catppuccin.nix {
pkgs = final.pkgs;
};
};
overlays = [