aboutsummaryrefslogtreecommitdiff
path: root/home/rices/finals/stylix.nix
blob: f2c9b81d030fb083520634c3cc3e73534f8bb5d8 (plain)
1
2
3
4
5
6
7
8
9
{pkgs, ...}: {
  stylix.targets = {
    alacritty.enable = false;
    dunst.enable = false;
  };
  gtk = {
    enable = true;
  };
}