home: remove term env
This commit is contained in:
parent
9dd3ff1f8f
commit
48368d3be2
2 changed files with 0 additions and 2 deletions
|
|
@ -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";
|
||||||
|
|
|
||||||
|
|
@ -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";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue