Install ghostty

This commit is contained in:
Tobias Ostner 2024-12-28 16:21:12 +01:00
parent 07771ada6b
commit 9849c78728
3 changed files with 7 additions and 0 deletions

5
config/ghostty/config Normal file
View file

@ -0,0 +1,5 @@
font-family = Fira Code
macos-titlebar-style = hidden
theme = MaterialDesignColors
window-padding-x = 4
window-padding-y = 4

View file

@ -35,6 +35,7 @@
"docker"
"dracula-xcode"
"google-chrome"
"ghostty"
"karabiner-elements"
"logseq"
"nextcloud"

View file

@ -234,4 +234,5 @@
};
xdg.configFile."aerospace/aerospace.toml".text = builtins.readFile ../config/aerospace/aerospace.toml;
xdg.configFile."ghostty/config".text = builtins.readFile ../config/ghostty/config;
}