logical and fix
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user