From 61c19e73656a65aa844c0c13424f767fa83de6bc Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Mon, 12 Feb 2024 19:25:10 +0100 Subject: [PATCH] remove all terminfo caused rxvt terminfo to be installed and some warnings to be emitted by nixos-rebuild --- hosts/niks/configuration.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/niks/configuration.nix b/hosts/niks/configuration.nix index 09a3b645..51134b60 100644 --- a/hosts/niks/configuration.nix +++ b/hosts/niks/configuration.nix @@ -145,7 +145,6 @@ environment = { shells = [ pkgs.zsh ]; pathsToLink = [ "/share/zsh" ]; - enableAllTerminfo = true; sessionVariables = { TERM = "foot"; EDITOR = "${pkgs.neovim}/bin/nvim";