diff --git a/configs/ghostty.nix b/configs/ghostty.nix index e0a8b21..ad545b4 100644 --- a/configs/ghostty.nix +++ b/configs/ghostty.nix @@ -1,16 +1,16 @@ { inputs, pkgs, ... }: { - ghostty = { + programs.ghostty = { enable = true; settings = { - theme = gruvbox-material; - cursor-style = block; - font-family = Brass Mono; + theme = "gruvbox-material"; + cursor-style = "block"; + font-family = "Brass Mono"; font-size = 20; font-thicken = true; - window-decoration = none; + window-decoration = "none"; }; }; }