docs(README.md): add docs on the modules
This commit is contained in:
parent
aa9a28fa1c
commit
0dbe011a2e
1 changed files with 12 additions and 0 deletions
12
README.md
Normal file
12
README.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# Modules
|
||||
|
||||
The nixosModules and homeModules exposed by this flake are slightly out of the norm.
|
||||
|
||||
Option declarations for user specific configuration are kept to:
|
||||
|
||||
- homeModules for CLI
|
||||
- nixosModules for desktop
|
||||
|
||||
System configurations, to this end, should include the window manager, lockscreen, terminal etc. for that system.
|
||||
|
||||
These desktop programs will be **configured** in home-manager for each user, but those configurations consult the osConfig variable passed in by home-manager.
|
Loading…
Add table
Add a link
Reference in a new issue