diff --git a/homeManagerModules/ghostty.nix b/homeManagerModules/ghostty.nix index a0fe011..c1c470e 100644 --- a/homeManagerModules/ghostty.nix +++ b/homeManagerModules/ghostty.nix @@ -1,10 +1,10 @@ { config, pkgs, lib, ... }: { - home.sessionVariables = lib.mkIf (config.enableShell and config.graphical) { + home.sessionVariables = lib.mkIf (config.enableShell && config.graphical) { TERMINAL = "ghostty"; }; - programs.ghostty = lib.mkIf (config.enableShell and config.graphical) { + programs.ghostty = lib.mkIf (config.enableShell && config.graphical) { enable = true; enableZshIntegration = true; settings = {