From 9248259708bd6ade5e334a2cdfb29d2a20acb0dd Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 3 Oct 2022 17:15:36 +0200 Subject: ... --- system-profiles/openssh/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system-profiles/openssh') diff --git a/system-profiles/openssh/default.nix b/system-profiles/openssh/default.nix index 47908682..3d04d9b5 100644 --- a/system-profiles/openssh/default.nix +++ b/system-profiles/openssh/default.nix @@ -88,7 +88,7 @@ in { }; environment.systemPackages = mkIf cfg.enable (with pkgs; [ - rxvt_unicode.terminfo alacritty.terminfo + alacritty.terminfo ]); }; } -- cgit v1.2.3