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:
parent
9d833a5639
commit
29bd8a3bda
1 changed files with 1 additions and 5 deletions
6
test.nix
6
test.nix
|
@ -89,11 +89,7 @@ in
|
||||||
zathura = ctpEnable;
|
zathura = ctpEnable;
|
||||||
};
|
};
|
||||||
|
|
||||||
gtk =
|
gtk = lib.recursiveUpdate ctpEnable { catppuccin.cursor.enable = true; };
|
||||||
ctpEnable
|
|
||||||
// {
|
|
||||||
catppuccin.cursor.enable = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
dunst = ctpEnable;
|
dunst = ctpEnable;
|
||||||
|
|
Loading…
Reference in a new issue