diff options
Diffstat (limited to 'home/desktop/ghostty.nix')
-rw-r--r-- | home/desktop/ghostty.nix | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/home/desktop/ghostty.nix b/home/desktop/ghostty.nix new file mode 100644 index 0000000..7de8af8 --- /dev/null +++ b/home/desktop/ghostty.nix @@ -0,0 +1,10 @@ +{ + programs.ghostty = { + enable = true; + enableZshIntegration = true; + settings = { + theme = "Solarized Dark - Patched"; + font-size = 12; + }; + }; +} |