remove all terminfo

caused rxvt terminfo to be installed and some warnings to be emitted by
nixos-rebuild
This commit is contained in:
jacekpoz 2024-02-12 19:25:10 +01:00
parent a93e4feb96
commit 61c19e7365
No known key found for this signature in database
GPG key ID: 94E812A8B12AAE3C

View file

@ -145,7 +145,6 @@
environment = {
shells = [ pkgs.zsh ];
pathsToLink = [ "/share/zsh" ];
enableAllTerminfo = true;
sessionVariables = {
TERM = "foot";
EDITOR = "${pkgs.neovim}/bin/nvim";