8 lines
159 B
Nix
8 lines
159 B
Nix
{ config, ... }:
|
|
{
|
|
stylix = {
|
|
enable = true;
|
|
# base16Scheme = "${pkgs.base16-schemes}/share/themes/icy.yaml";
|
|
image = ./wallpaper.png;
|
|
};
|
|
}
|