mirror of
https://github.com/ryanccn/flake.git
synced 2025-12-06 08:10:43 +01:00
feat: add Ghostty
This commit is contained in:
parent
c6c59dd552
commit
ff6c4c5d16
6 changed files with 30 additions and 15 deletions
16
home/apps/ghostty.conf
Normal file
16
home/apps/ghostty.conf
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
theme = catppuccin-frappe
|
||||
|
||||
font-family = "Ryan Term"
|
||||
font-family = "Symbols Nerd Font"
|
||||
font-size = 13
|
||||
adjust-cell-height = 50%
|
||||
adjust-underline-position = 5
|
||||
|
||||
command = /run/current-system/sw/bin/fish -l
|
||||
shell-integration = fish
|
||||
shell-integration-features = cursor, sudo
|
||||
|
||||
macos-titlebar-tabs = true
|
||||
|
||||
window-padding-x = 15
|
||||
window-padding-y = 15
|
||||
3
home/apps/ghostty.nix
Normal file
3
home/apps/ghostty.nix
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{config, ...}: {
|
||||
home.file."${config.xdg.configHome}/ghostty/config".source = ./ghostty.conf;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue