dotfiles/README.adoc
2021-07-02 11:04:33 +02:00

17 lines
466 B
Text

= fabian's nixconfig
This repository contains fabian's personal nixos configurations.
== Structure
`hardware`:: Hardware specific configuration files, e.g. for wireless
cards.
`host`:: Main nixos `configuration.nix` for every host. The
`configuration.nix` is symlinked to the specific host file.
`defaults`:: Configuration defaults
`modules` :: Custom modules
== Development
* The nix files shoud be formatted using nixfmt:
** `nixfmt -c $(git ls-files *.nix)`