diff --git a/hosts/server/home.nix b/hosts/server/home.nix index 2c53f17..ec35cfb 100644 --- a/hosts/server/home.nix +++ b/hosts/server/home.nix @@ -79,7 +79,6 @@ home.sessionVariables = { EDITOR = "nvim"; - TERM = "kitty"; }; xdg = { diff --git a/hosts/server/root.nix b/hosts/server/root.nix index 022c0da..43b4e15 100644 --- a/hosts/server/root.nix +++ b/hosts/server/root.nix @@ -70,7 +70,6 @@ # home.sessionVariables = { EDITOR = "nvim"; - TERM = "kitty"; }; xdg.userDirs.enable = true;