mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-07 21:26:51 +01:00
10 lines
238 B
Nix
10 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";
|
||
|
};
|
||
|
}
|