diff --git a/atauno/configuration.nix b/atauno/configuration.nix index 32ce339..7d26387 100644 --- a/atauno/configuration.nix +++ b/atauno/configuration.nix @@ -44,6 +44,7 @@ # List packages installed in system profile. To search, run: # $ nix search wget environment.systemPackages = with pkgs; [ + nfs-utils vim wireguard-tools ];