stylix: disable application targets
All checks were successful
Check flake / build-amd64-linux (push) Successful in 1m20s

This commit is contained in:
2025-05-31 18:44:15 +01:00
parent 598cf6b130
commit b855451408
2 changed files with 0 additions and 10 deletions

View File

@ -130,6 +130,4 @@
}; };
home.sessionVariables.EDITOR = "nvim"; home.sessionVariables.EDITOR = "nvim";
stylix.targets.nixvim.enable = true;
} }

View File

@ -275,14 +275,6 @@ in
dark = "MoreWaita"; dark = "MoreWaita";
light = "MoreWaita"; light = "MoreWaita";
}; };
targets = {
bat.enable = true;
btop.enable = true;
gtk.enable = true;
hyprland.enable = true;
kitty.enable = true;
};
}; };
home.packages = with pkgs.unstable; [ home.packages = with pkgs.unstable; [