From 0ee989b8473bcdf3f7e4c2bb68217cbaab25cdd1 Mon Sep 17 00:00:00 2001 From: Silas Schöffel Date: Tue, 23 Jun 2026 02:56:12 +0200 Subject: treewide: rename paths to jaki --- modules/hm/sils/ghostty.nix | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 modules/hm/sils/ghostty.nix (limited to 'modules/hm/sils/ghostty.nix') diff --git a/modules/hm/sils/ghostty.nix b/modules/hm/sils/ghostty.nix deleted file mode 100644 index cd871bc..0000000 --- a/modules/hm/sils/ghostty.nix +++ /dev/null @@ -1,15 +0,0 @@ -{ - config, - lib, - ... -}: let - cfg = config.sils.ghostty; -in { - options.sils.ghostty.enable = lib.mkEnableOption "the ghostty terminal emulator"; - config = lib.mkIf cfg.enable { - programs.ghostty = { - enable = true; - enableZshIntegration = true; - }; - }; -} -- cgit v1.3.1