7 lines
67 B
Nix
7 lines
67 B
Nix
|
{ pkgs, ... }:
|
||
|
{
|
||
|
stylix = {
|
||
|
image = ./wallpaper.jpg;
|
||
|
};
|
||
|
}
|