1
0
mirror of https://github.com/kmein/niveum synced 2026-03-17 10:41:06 +01:00

Fix catullus

This commit is contained in:
Kierán Meinhardt
2019-01-30 16:46:07 +01:00
parent 9f82c54ee1
commit 99a5f7621b
4 changed files with 27 additions and 28 deletions

View File

@@ -16,7 +16,8 @@ in */ {
networks.Aether = { pskRaw = "e1b18af54036c5c9a747fe681c6a694636d60a5f8450f7dec0d76bc93e2ec85a"; };
};
environment.variables.EDITOR = "vim";
environment.variables.HTOPRC = toString ../../dot/htop.nix;
environment.variables.HTOPRC = toString ../../dot/htoprc;
environment.variables.TERM = "linux";
programs.tmux.enable = true;