From 9fcdfe5d6b1c5d518d79345571038d90b6bd6dbf Mon Sep 17 00:00:00 2001 From: "Gabriel A. Giovanini" Date: Mon, 23 Jun 2025 15:41:24 +0200 Subject: feat: Add configuration from private dotfiles repo --- ghostty.nix | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 ghostty.nix (limited to 'ghostty.nix') diff --git a/ghostty.nix b/ghostty.nix new file mode 100644 index 0000000..205b757 --- /dev/null +++ b/ghostty.nix @@ -0,0 +1,20 @@ +{ + pkgs, + inputs, + ... +}: { + xdg.configFile."ghostty/config".text = '' + theme=3024 Day + window-decoration=false + confirm-close-surface=false + shell-integration=fish + command=fish + keybind = unconsumed:ctrl+tab=unbind + font-family = iosevka + ''; + + xdg.configFile."ghostty/themes" = { + source = ./ghostty-themes; + recursive = true; + }; +} -- cgit v1.2.3