mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-06 11:06:54 +01:00
11 lines
339 B
Nix
11 lines
339 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";
|
|
fonts.emoji.package = pkgs.noto-fonts-color-emoji;
|
|
fonts.emoji.name = "Noto Color Emoji";
|
|
};
|
|
}
|