mirror of
https://github.com/nmasur/dotfiles
synced 2025-11-21 22:12:42 +00:00
use alacritty for i3 terminal on macos
This commit is contained in:
@@ -16,7 +16,8 @@ in
|
||||
config = lib.mkIf cfg.enable {
|
||||
|
||||
# Set the i3 terminal
|
||||
nmasur.presets.services.i3.terminal = config.programs.ghostty.package;
|
||||
nmasur.presets.services.i3.terminal =
|
||||
if pkgs.stdenv.isDarwin then pkgs.alacritty else config.programs.ghostty.package;
|
||||
|
||||
programs.ghostty = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user