idiosyn/home/config/nil/stylix.nix

9 lines
214 B
Nix
Raw Normal View History

2024-08-25 19:10:52 +02:00
{ ... }: { config, lib, pkgs, ... }: {
stylix = {
enable = true;
base16Scheme = "${pkgs.base16-schemes}/share/themes/catppuccin-macchiato.yaml";
image = ./wallpaper.png;
polarity = "dark";
};
}