summaryrefslogtreecommitdiff
path: root/system-profiles/openssh
diff options
context:
space:
mode:
Diffstat (limited to 'system-profiles/openssh')
-rw-r--r--system-profiles/openssh/default.nix2
1 files changed, 1 insertions, 1 deletions
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 {
88 }; 88 };
89 89
90 environment.systemPackages = mkIf cfg.enable (with pkgs; [ 90 environment.systemPackages = mkIf cfg.enable (with pkgs; [
91 rxvt_unicode.terminfo alacritty.terminfo 91 alacritty.terminfo
92 ]); 92 ]);
93 }; 93 };
94} 94}