forked from poz/niksos
add readme
This commit is contained in:
parent
4d2d3705fb
commit
c4451212c8
1 changed files with 40 additions and 0 deletions
40
README.md
Normal file
40
README.md
Normal file
|
@ -0,0 +1,40 @@
|
|||
# niksos
|
||||
|
||||
a modular flake containing configurations for most of my machines
|
||||
|
||||
I try to keep this simple so other people can learn from my config :-)
|
||||
|
||||
## directory structure
|
||||
```
|
||||
niksos/
|
||||
├───hosts/ (machine specific configuration)
|
||||
│ ├───chmura/ (homeserver)
|
||||
│ ├───hape/ (HP laptop - WIP)
|
||||
│ └───niks/ (main laptop)
|
||||
├───modules/ (custom modules you can enable under `myOptions`)
|
||||
├───options/ (unconditional modules imported in `hosts/*/profile.nix`)
|
||||
│ ├───common/ (options shared between most or all systems)
|
||||
│ ├───desktop/ (desktop specific options + tablet / mobile)
|
||||
│ └───server/ (server specific options)
|
||||
└───secrets/ (agenix secrets)
|
||||
```
|
||||
|
||||
## cool flakes
|
||||
flakes I ~~stole~~ took inspiration from
|
||||
|
||||
https://git.notashelf.dev/NotAShelf/nyx
|
||||
<br>
|
||||
https://github.com/n3oney/nixus
|
||||
<br>
|
||||
https://github.com/sioodmy/dotfiles
|
||||
<br>
|
||||
https://github.com/RadovanSk/Faery/
|
||||
<br>
|
||||
https://github.com/fufexan/dotfiles/
|
||||
<br>
|
||||
https://github.com/ardishco-the-great/nixcfg/
|
||||
<br>
|
||||
https://github.com/roastedcheese/nicks
|
||||
|
||||
## license
|
||||
public domain steal all you want just don't copy paste the whole flake and say you made it thanks :-)
|
Loading…
Reference in a new issue