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