From beefa3c88958cba5354f179ae6d51b789c046441 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Fri, 15 Mar 2024 22:22:56 +0100 Subject: [PATCH] remove term from server, since we're only accessing from ssh --- hosts/server/home.nix | 1 - hosts/server/root.nix | 1 - 2 files changed, 2 deletions(-) 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;