Improve README.

This commit is contained in:
r-vdp 2023-03-23 17:07:37 +01:00
parent 65321376e8
commit 9aaa5e58f7
No known key found for this signature in database

View file

@ -22,6 +22,8 @@ to install Nix, like [the official installer][official-installer] or this
## Usage with flakes
### Defining the configuration
A basic Nix flake using System Manager would look something like this:
```nix
@ -88,6 +90,13 @@ in
}
```
### Activating the configuration
Once the configuration defined, you can activate it using the `system-manager` CLI:
```sh
nix run 'github:numtide/system-manager' -- switch --flake-uri '.'
```
# Currently supported features
Currently it is possible to configure files under `/etc/` and systemd services.