11.stylix/modules/gtk/nixos.nix
awwpotato 0b8ec64a42
gtk: use mkTarget (#1596)
Link: https://github.com/nix-community/stylix/pull/1596

Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-07-08 23:50:08 +02:00

10 lines
216 B
Nix

{ mkTarget, ... }:
mkTarget {
name = "gtk";
humanName = "all GTK3, GTK4 and Libadwaita apps";
configElements = {
# Required for Home Manager's GTK settings to work
programs.dconf.enable = true;
};
}