Skip to content

Commit

Permalink
home-manager/desktop: go back to kitty as default terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagokokada committed Dec 5, 2024
1 parent ecd8485 commit 1e93f82
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion home-manager/desktop/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@ in
Should allow starting programs as parameter.
'';
default = lib.getExe config.programs.wezterm.package;
# TODO: go back to wezterm once this bug is fixed
# https://github.com/wez/wezterm/issues/2445
default = lib.getExe config.programs.kitty.package;
};
};
};
Expand Down

0 comments on commit 1e93f82

Please sign in to comment.