nix-conf/modules/theming/default.nix

10 lines
238 B
Nix
Raw Normal View History

2023-10-13 16:26:49 +02:00
{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";
};
}