Use new syntax

This commit is contained in:
Pedro Rey Anca 2024-08-01 12:07:50 +02:00
parent b034d61eb3
commit cbd8962b9f

View file

@ -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";
};
}; };
}; };
} }