fish on server
This commit is contained in:
parent
4fb0d3aa6c
commit
e148c91317
2 changed files with 2 additions and 2 deletions
|
|
@ -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";
|
||||||
|
|
|
||||||
|
|
@ -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";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue