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
|
MAILTERMPROG=ghostty
|
||||||
# TERMPROG=alacritty
|
TERMPROG=ghostty
|
||||||
TERMPROG=kitty
|
|
||||||
# TERMPROG=footclient
|
|
||||||
MUSIC=sublime-music
|
MUSIC=sublime-music
|
||||||
hostname=`hostname`
|
hostname=`hostname`
|
||||||
WEB=qutebrowser
|
WEB=qutebrowser
|
||||||
TEXTWEB=links
|
TEXTWEB=links
|
||||||
# TEXTWEB=lynx
|
|
||||||
MAILPROG=neomutt
|
MAILPROG=neomutt
|
||||||
CALENDAR="myweb http://www.google.com/calendar"
|
CALENDAR="myweb http://www.google.com/calendar"
|
||||||
RSSREADER=rssview
|
RSSREADER=rssview
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,13 @@
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
programs = {
|
programs = {
|
||||||
|
ghostty = {
|
||||||
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
font-family = "Inconsolata for Powerline";
|
||||||
|
mouse-hide-while-typing = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
kitty = {
|
kitty = {
|
||||||
enable = true;
|
enable = true;
|
||||||
font = {
|
font = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue