logical and fix

This commit is contained in:
John Lancaster
2025-07-04 00:59:00 -05:00
parent 36e3d42ab7
commit 4f98e6a0e8

View File

@@ -1,10 +1,10 @@
{ config, pkgs, lib, ... }: { config, pkgs, lib, ... }:
{ {
home.sessionVariables = lib.mkIf (config.enableShell and config.graphical) { home.sessionVariables = lib.mkIf (config.enableShell && config.graphical) {
TERMINAL = "ghostty"; TERMINAL = "ghostty";
}; };
programs.ghostty = lib.mkIf (config.enableShell and config.graphical) { programs.ghostty = lib.mkIf (config.enableShell && config.graphical) {
enable = true; enable = true;
enableZshIntegration = true; enableZshIntegration = true;
settings = { settings = {