Fix markup in README

This commit is contained in:
Raphael Das Gupta 2021-07-02 11:04:33 +02:00 committed by GitHub
parent 14749ceafe
commit 5cfcce133e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,10 +1,8 @@
fabian's nixconfig
--------------------
= fabian's nixconfig
This repository contains fabian's personal nixos configurations.
Structure
~~~~~~~~~
== Structure
`hardware`:: Hardware specific configuration files, e.g. for wireless
cards.
@ -13,8 +11,7 @@ cards.
`defaults`:: Configuration defaults
`modules` :: Custom modules
Development
~~~~~~~~~~~
== Development
* The nix files shoud be formatted using nixfmt:
** `nixfmt -c $(git ls-files *.nix)`