home(foot): set term variable to something sane
This commit is contained in:
parent
2741d8655a
commit
ec7f144116
1 changed files with 9 additions and 0 deletions
9
home/foot/home.nix
Normal file
9
home/foot/home.nix
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
{ pkgs
|
||||||
|
, lib
|
||||||
|
, config
|
||||||
|
, ... }: with lib; mkIf config.passthrough.gui {
|
||||||
|
programs.foot = {
|
||||||
|
enable = true;
|
||||||
|
settings.main.term = "xterm-256color";
|
||||||
|
};
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue