Kieran's opinionated (and probably slightly dumb) nix config

bug: fix ghostty theme name

dunkirk.sh d23d3851 5043b831

verified
Changed files
+1 -1
modules
home
+1 -1
modules/home/apps/ghostty.nix
···
foreground = "#a7b1d3"
mouse-hide-while-typing = true
resize-overlay = "never"
-
theme = "catppuccin-mocha"
window-decoration = ${if config.atelier.terminal.ghostty.windowDecoration then "true" else "false"}
window-padding-x = 12
window-padding-y = 12
···
foreground = "#a7b1d3"
mouse-hide-while-typing = true
resize-overlay = "never"
+
theme = "Catppuccin Macchiato"
window-decoration = ${if config.atelier.terminal.ghostty.windowDecoration then "true" else "false"}
window-padding-x = 12
window-padding-y = 12