nixos-config/modules/home-manager/ricing/stylix/default.nix
2024-07-11 21:16:48 +09:00

10 lines
132 B
Nix

{ ... }:
{
stylix = {
enable = true;
autoEnable = true;
image = ../../../wallpapers/maze.png;
};
}