From cdfcbf76e3fbfd9fe3d2068e9d3fba1ff26fbfc3 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Sun, 10 May 2026 00:12:01 -0500 Subject: [PATCH] task | add ghostty and switch to it --- home/common/files/bash/myapps | 7 ++----- home/gui/terminals.nix | 7 +++++++ 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/home/common/files/bash/myapps b/home/common/files/bash/myapps index 3bba151..3947fe3 100644 --- a/home/common/files/bash/myapps +++ b/home/common/files/bash/myapps @@ -1,12 +1,9 @@ -MAILTERMPROG=kitty -# TERMPROG=alacritty -TERMPROG=kitty -# TERMPROG=footclient +MAILTERMPROG=ghostty +TERMPROG=ghostty MUSIC=sublime-music hostname=`hostname` WEB=qutebrowser TEXTWEB=links -# TEXTWEB=lynx MAILPROG=neomutt CALENDAR="myweb http://www.google.com/calendar" RSSREADER=rssview diff --git a/home/gui/terminals.nix b/home/gui/terminals.nix index b85b1d6..df3ed92 100644 --- a/home/gui/terminals.nix +++ b/home/gui/terminals.nix @@ -4,6 +4,13 @@ ... }: { programs = { + ghostty = { + enable = true; + settings = { + font-family = "Inconsolata for Powerline"; + mouse-hide-while-typing = true; + }; + }; kitty = { enable = true; font = {