fix(home-manager): properly enable gtk in vm test

something something https://nix.dev/guides/best-practices#updating-nested-attribute-sets
This commit is contained in:
seth 2024-04-19 14:40:48 -04:00
parent 9d833a5639
commit 29bd8a3bda
No known key found for this signature in database
GPG key ID: D31BD0D494BBEE86

View file

@ -89,11 +89,7 @@ in
zathura = ctpEnable;
};
gtk =
ctpEnable
// {
catppuccin.cursor.enable = true;
};
gtk = lib.recursiveUpdate ctpEnable { catppuccin.cursor.enable = true; };
services = {
dunst = ctpEnable;