diff options
| author | nzbr <mail@nzbr.de> | 2022-05-05 11:29:59 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-05 11:29:59 +0200 |
| commit | bbf02821ee42fd8aff0568b844a9712cbdf07bb2 (patch) | |
| tree | 7474a806f67186221ddcabf6ef45c5a5f84d82cd | |
| parent | 0418d9e4e12870accd08b775f3c7d09677a88a1f (diff) | |
fix center
| -rw-r--r-- | README.md | 12 |
1 files changed, 5 insertions, 7 deletions
@@ -1,10 +1,8 @@ -<h1/> - <center> - NixOS on WSL<br /> - <a href="https://matrix.to/#/#wsl:nixos.org"><img src="https://img.shields.io/matrix/wsl:nixos.org?server_fqdn=nixos.ems.host&logo=matrix" alt="Matrix Chat" /></a> - <a href="https://github.com/NixOS/nixpkgs/tree/nixos-21.11"><img src="https://img.shields.io/badge/nixpkgs-21.11-brightgreen" alt="nixpkgs 21.11" /></a> - <a href="https://github.com/nix-community/NixOS-WSL/releases"><img alt="Downloads" src="https://img.shields.io/github/downloads/nix-community/NixOS-WSL/total"></a> - </center> +<h1 align=center> + NixOS on WSL<br /> + <a href="https://matrix.to/#/#wsl:nixos.org"><img src="https://img.shields.io/matrix/wsl:nixos.org?server_fqdn=nixos.ems.host&logo=matrix" alt="Matrix Chat" /></a> + <a href="https://github.com/NixOS/nixpkgs/tree/nixos-21.11"><img src="https://img.shields.io/badge/nixpkgs-21.11-brightgreen" alt="nixpkgs 21.11" /></a> + <a href="https://github.com/nix-community/NixOS-WSL/releases"><img alt="Downloads" src="https://img.shields.io/github/downloads/nix-community/NixOS-WSL/total"></a> </h1> A minimal root filesystem for running NixOS on WSL. It can be used with |
