From 48368d3be20f1cd8842ba17679c580382c4653aa Mon Sep 17 00:00:00 2001 From: ooks-io Date: Tue, 28 Jan 2025 19:59:20 +1100 Subject: [PATCH] home: remove term env --- modules/home/workstation/terminal/foot.nix | 1 - modules/home/workstation/terminal/ghostty.nix | 1 - 2 files changed, 2 deletions(-) diff --git a/modules/home/workstation/terminal/foot.nix b/modules/home/workstation/terminal/foot.nix index 1612364..bfababf 100644 --- a/modules/home/workstation/terminal/foot.nix +++ b/modules/home/workstation/terminal/foot.nix @@ -91,7 +91,6 @@ in { (mkIf (default.terminal == "foot") { home.sessionVariables = { TERMINAL = "foot"; - TERM = "foot"; }; ooknet.binds.terminal = "foot"; ooknet.binds.terminalLaunch = "foot"; diff --git a/modules/home/workstation/terminal/ghostty.nix b/modules/home/workstation/terminal/ghostty.nix index c685210..e381e82 100644 --- a/modules/home/workstation/terminal/ghostty.nix +++ b/modules/home/workstation/terminal/ghostty.nix @@ -79,7 +79,6 @@ in { (mkIf (default.terminal == "ghostty") { home.sessionVariables = { TERMINAL = "ghostty"; - TERM = "ghostty"; }; ooknet.binds = { terminal = "ghostty";