fix(foot): set term variable to something sane
This commit is contained in:
parent
13a624b5c0
commit
c5525a12fc
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…
Reference in a new issue