10 lines
114 B
Nix
10 lines
114 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
stylix = {
|
|
enable = true;
|
|
image = ./forest.png;
|
|
polarity = "dark";
|
|
};
|
|
}
|