mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-06-07 13:29:22 +02:00
should be self.inputs and not inputs
This commit is contained in:
parent
85daf1d70f
commit
c9188ba1cd
2 changed files with 203 additions and 2 deletions
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue