system changes

This commit is contained in:
Jacob Janzen 2025-01-03 00:19:59 -06:00
parent 9ba173d5b8
commit 7a7d44e839

View file

@ -6,18 +6,21 @@ This terminal emulator seems over-hyped, but I'm trying it anyways.
{
home.file."./.config/ghostty/config".text = ''
auto-update = "off"
background-blur-radius = 20
background-opacity = 0.8
font-family = "SauceCodePro Nerd Font"
font-thicken = true
theme = "Unikitty"
window-decoration = true
macos-option-as-alt = true
quit-after-last-window-closed = true
macos-window-shadow = false
macos-icon = "custom-style"
macos-icon-frame = "beige"
macos-icon-screen-color = "#ff8cd9"
macos-icon-ghost-color = "#0B0B0B"
auto-update = "off"
macos-icon-screen-color = "#ff8cd9"
macos-option-as-alt = true
macos-window-shadow = false
mouse-hide-while-typing = true
quit-after-last-window-closed = true
theme = "Unikitty"
window-decoration = true
'';
}
#+end_src