fish on server

This commit is contained in:
Till 2024-12-26 16:21:15 +01:00
parent 4fb0d3aa6c
commit e148c91317
2 changed files with 2 additions and 2 deletions

View file

@ -10,6 +10,8 @@
time.timeZone = "Europe/Berlin"; time.timeZone = "Europe/Berlin";
programs.fish.enable = true;
users.users.till = { users.users.till = {
isNormalUser = true; isNormalUser = true;
description = "Till"; description = "Till";

View file

@ -45,8 +45,6 @@
pinentryPackage = pkgs.pinentry-curses; pinentryPackage = pkgs.pinentry-curses;
}; };
programs.fish.enable = true;
environment.sessionVariables = { environment.sessionVariables = {
XDG_CONFIG_HOME = "$HOME/.config"; XDG_CONFIG_HOME = "$HOME/.config";
XDG_CACHE_HOME = "$HOME/.cache"; XDG_CACHE_HOME = "$HOME/.cache";