home: remove term env

This commit is contained in:
ooks-io 2025-01-28 19:59:20 +11:00
parent 9dd3ff1f8f
commit 48368d3be2
2 changed files with 0 additions and 2 deletions

View file

@ -91,7 +91,6 @@ in {
(mkIf (default.terminal == "foot") { (mkIf (default.terminal == "foot") {
home.sessionVariables = { home.sessionVariables = {
TERMINAL = "foot"; TERMINAL = "foot";
TERM = "foot";
}; };
ooknet.binds.terminal = "foot"; ooknet.binds.terminal = "foot";
ooknet.binds.terminalLaunch = "foot"; ooknet.binds.terminalLaunch = "foot";

View file

@ -79,7 +79,6 @@ in {
(mkIf (default.terminal == "ghostty") { (mkIf (default.terminal == "ghostty") {
home.sessionVariables = { home.sessionVariables = {
TERMINAL = "ghostty"; TERMINAL = "ghostty";
TERM = "ghostty";
}; };
ooknet.binds = { ooknet.binds = {
terminal = "ghostty"; terminal = "ghostty";