2024-02-15 17:52:59 +01:00
|
|
|
# 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)
|
2024-02-22 22:34:57 +01:00
|
|
|
│ ├───chmura/ [HP t620 PLUS Quad Core TC]
|
|
|
|
│ ├───del/ [Dell Latitude 7320 Detachable]
|
2024-02-29 01:24:18 +01:00
|
|
|
│ ├───hape/ [I'll type in the model here some day]
|
2024-02-22 22:34:57 +01:00
|
|
|
│ └───niks/ [ASUS ROG Strix G513QY]
|
2024-02-15 17:52:59 +01:00
|
|
|
├───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>
|
2024-02-17 14:01:55 +01:00
|
|
|
https://git.outfoxxed.me/outfoxxed/nixnew
|
|
|
|
<br>
|
|
|
|
https://git.outfoxxed.me/outfoxxed/server-config
|
|
|
|
<br>
|
2024-02-15 17:52:59 +01:00
|
|
|
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 :-)
|