forked from poz/niksos
remove all terminfo
caused rxvt terminfo to be installed and some warnings to be emitted by nixos-rebuild
This commit is contained in:
parent
a93e4feb96
commit
61c19e7365
1 changed files with 0 additions and 1 deletions
|
@ -145,7 +145,6 @@
|
||||||
environment = {
|
environment = {
|
||||||
shells = [ pkgs.zsh ];
|
shells = [ pkgs.zsh ];
|
||||||
pathsToLink = [ "/share/zsh" ];
|
pathsToLink = [ "/share/zsh" ];
|
||||||
enableAllTerminfo = true;
|
|
||||||
sessionVariables = {
|
sessionVariables = {
|
||||||
TERM = "foot";
|
TERM = "foot";
|
||||||
EDITOR = "${pkgs.neovim}/bin/nvim";
|
EDITOR = "${pkgs.neovim}/bin/nvim";
|
||||||
|
|
Loading…
Reference in a new issue