1 2 3 4 5 6 7 8 9
{pkgs, ...}: { stylix.targets = { alacritty.enable = false; dunst.enable = false; }; gtk = { enable = true; }; }