diff options
author | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2025-01-03 00:19:59 -0600 |
---|---|---|
committer | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2025-01-03 00:19:59 -0600 |
commit | 7a7d44e839447e11954210bb10de34822e887704 (patch) | |
tree | fee28e949d5b2462b7fffa1cfed6b3582f4fbf0e /macos.local/.flake/home/programs | |
parent | 9ba173d5b867b2f2461127779dd92b03c467da13 (diff) |
system changes
Diffstat (limited to 'macos.local/.flake/home/programs')
-rw-r--r-- | macos.local/.flake/home/programs/ghostty.nix.org | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/macos.local/.flake/home/programs/ghostty.nix.org b/macos.local/.flake/home/programs/ghostty.nix.org index 3646d2e..6688256 100644 --- a/macos.local/.flake/home/programs/ghostty.nix.org +++ b/macos.local/.flake/home/programs/ghostty.nix.org @@ -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 |