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