diff options
Diffstat (limited to 'users/seth/programs/ghostty.nix')
| -rw-r--r-- | users/seth/programs/ghostty.nix | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/users/seth/programs/ghostty.nix b/users/seth/programs/ghostty.nix deleted file mode 100644 index 0bf480b..0000000 --- a/users/seth/programs/ghostty.nix +++ /dev/null @@ -1,27 +0,0 @@ -{ config, lib, ... }: - -let - cfg = config.seth.programs.ghostty; -in - -{ - options.seth.programs.ghostty = { - enable = lib.mkEnableOption "Ghostty configuration" // { - default = config.seth.desktop.enable; - defaultText = lib.literalExample "config.seth.desktop.enable"; - }; - }; - - config = lib.mkIf cfg.enable { - programs.ghostty = { - enable = true; - - enableBashIntegration = true; - enableFishIntegration = true; - - settings = { - bold-is-bright = true; - }; - }; - }; -} |
