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