diff options
Diffstat (limited to 'system')
-rw-r--r-- | system/linde.nix | 2 | ||||
-rwxr-xr-x | system/nanopi.nix | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/system/linde.nix b/system/linde.nix index d9ac2b9b..776265a4 100644 --- a/system/linde.nix +++ b/system/linde.nix @@ -48,10 +48,10 @@ in i18n.defaultLocale = "en_GB.UTF-8"; + environment.enableAllTerminfo = true; environment.homeBinInPath = true; environment.localBinInPath = true; environment.systemPackages = with pkgs; [ - kitty.terminfo htop lsof gitMinimal diff --git a/system/nanopi.nix b/system/nanopi.nix index 90f44ff1..1bbb4649 100755 --- a/system/nanopi.nix +++ b/system/nanopi.nix @@ -72,8 +72,8 @@ in MaxRetentionSec=1 month ''; + environment.enableAllTerminfo = true; environment.systemPackages = with pkgs; [ - kitty.terminfo htop lsof usbutils |