should be self.inputs and not inputs

This commit is contained in:
jopejoe1 2023-10-13 16:29:04 +02:00
parent 85daf1d70f
commit c9188ba1cd
2 changed files with 203 additions and 2 deletions

View file

@ -1,9 +1,9 @@
{pkgs, inputs, ...}:
{pkgs, self, ...}:
{
stylix = {
image = "${pkgs.libsForQt5.breeze-qt5}/share/wallpapers/Next/contents/images_dark/5120x2880.png";
polarity = "dark";
base16Scheme = "${inputs.catppuccin-base16}/base16/frappe.yaml";
base16Scheme = "${self.inputs.catppuccin-base16}/base16/frappe.yaml";
};
}