2024-02-15 17:52:59 +01:00
|
|
|
# niksos
|
|
|
|
|
|
|
|
a modular flake containing configurations for most of my machines
|
|
|
|
|
2024-08-25 21:39:29 +02:00
|
|
|
I try to keep this COMPLICATED so other people can NOT learn from my config >:-)
|
|
|
|
|
2024-02-15 17:52:59 +01:00
|
|
|
## 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-07-15 23:12:55 +02:00
|
|
|
│ ├───hape/ [HP EliteBook 840 G2]
|
2024-02-22 22:34:57 +01:00
|
|
|
│ └───niks/ [ASUS ROG Strix G513QY]
|
2024-08-01 18:02:18 +02:00
|
|
|
├───modules/ (custom modules you can enable under `poz`)
|
2024-02-15 17:52:59 +01:00
|
|
|
├───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
|
|
|
|
|
2024-07-14 10:07:55 +02:00
|
|
|
https://git.notashelf.dev/NotAShelf/nyx
|
2024-02-15 17:52:59 +01:00
|
|
|
<br>
|
|
|
|
https://github.com/n3oney/nixus
|
|
|
|
<br>
|
|
|
|
https://github.com/sioodmy/dotfiles
|
|
|
|
<br>
|
2024-07-05 01:34:58 +02:00
|
|
|
https://github.com/AlephNought0/Faery
|
2024-02-15 17:52:59 +01:00
|
|
|
<br>
|
2024-02-17 14:01:55 +01:00
|
|
|
https://git.outfoxxed.me/outfoxxed/nixnew
|
|
|
|
<br>
|
2024-07-05 01:34:58 +02:00
|
|
|
https://github.com/fufexan/dotfiles
|
2024-02-15 17:52:59 +01:00
|
|
|
<br>
|
2024-07-05 01:36:35 +02:00
|
|
|
https://github.com/raidenovich/OuterHeaven
|
2024-02-15 17:52:59 +01:00
|
|
|
<br>
|
|
|
|
https://github.com/roastedcheese/nicks
|
|
|
|
|
2024-08-25 21:43:24 +02:00
|
|
|
## other nix resources
|
|
|
|
cool stuff that helped me write this config
|
|
|
|
|
|
|
|
https://kokada.dev/blog/an-unordered-list-of-hidden-gems-inside-nixos/
|
|
|
|
|
2024-02-15 17:52:59 +01:00
|
|
|
## license
|
|
|
|
public domain steal all you want just don't copy paste the whole flake and say you made it thanks :-)
|