Skip to content

Commit

Permalink
fix(home-manager): properly enable gtk in vm test
Browse files Browse the repository at this point in the history
  • Loading branch information
getchoo committed Apr 19, 2024
1 parent 9d833a5 commit 29bd8a3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions test.nix
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,7 @@ in
zathura = ctpEnable;
};

gtk =
ctpEnable
// {
catppuccin.cursor.enable = true;
};
gtk = lib.recursiveUpdate ctpEnable { catppuccin.cursor.enable = true; };

services = {
dunst = ctpEnable;
Expand Down

0 comments on commit 29bd8a3

Please sign in to comment.