aboutsummaryrefslogtreecommitdiffstats
path: root/modules/home/ghostty.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/home/ghostty.nix')
-rw-r--r--modules/home/ghostty.nix11
1 files changed, 10 insertions, 1 deletions
diff --git a/modules/home/ghostty.nix b/modules/home/ghostty.nix
index e854c6e..1d42944 100644
--- a/modules/home/ghostty.nix
+++ b/modules/home/ghostty.nix
@@ -1,5 +1,14 @@
{ ... }:
{
- home.file.".config/ghostty/config".source = ../../ghostty/.config/ghostty/config;
+ home.file.".config/ghostty/config".text = ''
+ theme = tokyonight-storm
+
+ window-padding-x = 12
+ window-padding-y = 12
+ window-decoration = true
+ window-theme = "dark"
+ window-inherit-working-directory = true
+ window-inherit-font-size = true
+ '';
}