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

13 lines
182 B
Nix

{ ... }:
{
stylix = {
enable = true;
autoEnable = false;
targets = {
gnome.enable = true;
gtk.enable = true;
};
};
}