nixos-config/modules/home-manager/ricing/stylix/default.nix
2024-07-12 12:51:21 +09:00

15 lines
229 B
Nix

{ ... }:
{
stylix = {
enable = true;
autoEnable = false;
image = ../../../wallpapers/maze.png;
targets = {
gnome.enable = true;
gtk.enable = true;
};
};
}