[feat] Fix the issue with sourcing the Cattppucin themes
This commit is contained in:
@@ -174,7 +174,9 @@
|
||||
};
|
||||
|
||||
catppuccinThemes = final: prev: {
|
||||
catppuccinThemes = ./themes/catppuccin.nix;
|
||||
catppuccinThemes = import ./themes/catppuccin.nix {
|
||||
pkgs = final.pkgs;
|
||||
};
|
||||
};
|
||||
|
||||
overlays = [
|
||||
|
||||
Reference in New Issue
Block a user