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