Use new syntax
This commit is contained in:
parent
b034d61eb3
commit
cbd8962b9f
|
@ -6,7 +6,10 @@
|
||||||
theme = "Catpuccin Mocha";
|
theme = "Catpuccin Mocha";
|
||||||
};
|
};
|
||||||
themes = {
|
themes = {
|
||||||
file = "${inputs.catppuccin-bat}/themes/Catppuccin Mocha.tmTheme";
|
catppuccin-mocha = {
|
||||||
|
src = inputs.catppuccin-bat;
|
||||||
|
file = "/themes/Catppuccin Mocha.tmTheme";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue