Commit d6b63df
committed
fix(theme): prevent base module from forcing catppuccin package
The base theme module was hardcoded to default cfg.package to pkgs.catppuccin, which caused other themes like Tokyonight to unintentionally build the full Catppuccin package. Moved the package definition to the catppuccin module and set the base default to emptyDirectory.1 parent f92d41f commit d6b63df
2 files changed
Lines changed: 3 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| 87 | + | |
87 | 88 | | |
88 | 89 | | |
89 | 90 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
| 95 | + | |
| 96 | + | |
100 | 97 | | |
101 | 98 | | |
102 | 99 | | |
| |||
0 commit comments