README.md: reflect changes to profiles

This commit is contained in:
Timothy DeHerrera 2020-01-04 16:32:57 -07:00
parent a3dcc4f6bc
commit a4a1908af2
No known key found for this signature in database
GPG key ID: 8985725DB5B0C122

View file

@ -111,9 +111,8 @@ In addition, profiles can depend on other profiles. For example, The
simply by importing it in its [`default.nix`](profiles/graphical/default.nix). simply by importing it in its [`default.nix`](profiles/graphical/default.nix).
You can, optionally, choose to export your profiles via the flake output. If You can, optionally, choose to export your profiles via the flake output. If
you add an attribute to [profiles/default.nix](profiles/default.nix) named you add it to the list in [profiles/default.nix](profiles/default.nix), then it
\<your-profile>, then it will become available to other flakes via will become available to other flakes via `nixosModules.profiles.<filename>`.
`nixosModules.profiles.<your-profile>`.
## Users ## Users
User declaration belongs in the `users` directory. Everything related to User declaration belongs in the `users` directory. Everything related to