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 = {