From 69041657b244a441c1cbcab87843ed739c9bd6a8 Mon Sep 17 00:00:00 2001 From: arouzing Date: Sat, 4 Feb 2023 19:38:49 -0500 Subject: [PATCH] nano for the vim haters --- hosts/openldap.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/openldap.nix b/hosts/openldap.nix index 53d6b05..d98c1e6 100644 --- a/hosts/openldap.nix +++ b/hosts/openldap.nix @@ -15,6 +15,7 @@ environment.systemPackages = with pkgs; [ htop vim + nano tailscale ];