fix terminal is not setup correctly error

This commit is contained in:
Khaïs COLIN 2024-08-23 08:49:55 +00:00
parent d5630f479e
commit 4d09207c08

View file

@ -17,6 +17,10 @@ in
./userprogs.nix
];
environment.sessionVariables = {
TERM = "xterm-256color";
};
boot.tmp.cleanOnBoot = true;
zramSwap.enable = true;
networking.hostName = "quasar";