Add universal colorsheme

This commit is contained in:
jopejoe1 2023-10-13 16:26:49 +02:00
parent 307a599e63
commit 84bcbdb105
2 changed files with 25 additions and 0 deletions

View file

@ -0,0 +1,9 @@
{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";
};
}