mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-06 11:16:33 +01:00
9 lines
241 B
Nix
9 lines
241 B
Nix
{pkgs, self, ...}:
|
|
|
|
{
|
|
stylix = {
|
|
image = "${pkgs.libsForQt5.breeze-qt5}/share/wallpapers/Next/contents/images_dark/5120x2880.png";
|
|
polarity = "dark";
|
|
base16Scheme = "${self.inputs.catppuccin-base16}/base16/frappe.yaml";
|
|
};
|
|
}
|