fix terminal is not setup correctly error
This commit is contained in:
parent
d5630f479e
commit
4d09207c08
1 changed files with 4 additions and 0 deletions
|
|
@ -17,6 +17,10 @@ in
|
|||
./userprogs.nix
|
||||
];
|
||||
|
||||
environment.sessionVariables = {
|
||||
TERM = "xterm-256color";
|
||||
};
|
||||
|
||||
boot.tmp.cleanOnBoot = true;
|
||||
zramSwap.enable = true;
|
||||
networking.hostName = "quasar";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue