nixos-config/system/stylix.nix

10 lines
114 B
Nix

{ config, pkgs, ... }:
{
stylix = {
enable = true;
image = ./forest.png;
polarity = "dark";
};
}