mirror of
https://github.com/nmasur/dotfiles
synced 2025-11-21 19:52:41 +00:00
use alacritty for i3 terminal on macos
This commit is contained in:
@@ -16,7 +16,8 @@ in
|
|||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
|
|
||||||
# Set the i3 terminal
|
# 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 = {
|
programs.ghostty = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user