task | add ghostty and switch to it
This commit is contained in:
parent
d074cfa331
commit
cdfcbf76e3
2 changed files with 9 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -4,6 +4,13 @@
|
|||
...
|
||||
}: {
|
||||
programs = {
|
||||
ghostty = {
|
||||
enable = true;
|
||||
settings = {
|
||||
font-family = "Inconsolata for Powerline";
|
||||
mouse-hide-while-typing = true;
|
||||
};
|
||||
};
|
||||
kitty = {
|
||||
enable = true;
|
||||
font = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue