remove term from server, since we're only accessing from ssh

This commit is contained in:
Noa Aarts 2024-03-15 22:22:56 +01:00
parent 7ee229ba42
commit beefa3c889
2 changed files with 0 additions and 2 deletions

View file

@ -79,7 +79,6 @@
home.sessionVariables = { home.sessionVariables = {
EDITOR = "nvim"; EDITOR = "nvim";
TERM = "kitty";
}; };
xdg = { xdg = {

View file

@ -70,7 +70,6 @@
# #
home.sessionVariables = { home.sessionVariables = {
EDITOR = "nvim"; EDITOR = "nvim";
TERM = "kitty";
}; };
xdg.userDirs.enable = true; xdg.userDirs.enable = true;