diff --git a/modules/home-manager/ghostty/default.nix b/modules/home-manager/ghostty/default.nix index 9cb5c7d..f137f70 100644 --- a/modules/home-manager/ghostty/default.nix +++ b/modules/home-manager/ghostty/default.nix @@ -1,4 +1,18 @@ {pkgs, ...}: { + home.file = { + ".config/ghostty/config" = { + text = '' + theme = rose-pine + + gtk-titlebar = false + window-padding-x = 10 + window-padding-y = 10 + + font-size = 16 + ''; + }; + }; + home.packages = with pkgs; [ ghostty ];