dotfiles/README.adoc
2021-05-14 00:38:25 +02:00

20 lines
501 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)`