niksos/README.md

55 lines
1.7 KiB
Markdown
Raw Normal View History

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)
│ ├───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-08-30 20:24:46 +02:00
│ ├───niks/ [ASUS ROG Strix G513QY]
│ ├───work/ [undisclosed model, might change]
│ └───common/ (shared configs)
│ ├───core/ (imported on all hosts)
│ ├───desktop/ (imported on all desktops)
│ ├───server/ (imported on all servers)
│ └───optional/ (imported in a host's `profile.nix`)
2024-08-01 18:02:18 +02:00
├───modules/ (custom modules you can enable under `poz`)
2024-02-15 17:52:59 +01:00
└───secrets/ (agenix secrets)
```
## cool flakes
flakes I ~~stole~~ took inspiration from
2024-08-30 23:04:29 +02:00
https://github.com/NotAShelf/nyx (goated)
2024-02-15 17:52:59 +01:00
<br>
https://github.com/n3oney/nixus
<br>
https://github.com/sioodmy/dotfiles
<br>
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>
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-30 21:04:53 +02:00
<br>
https://github.com/EmergentMind/nix-config
2024-02-15 17:52:59 +01:00
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-08-30 21:04:53 +02:00
<br>
https://unmovedcentre.com/posts/anatomy-of-a-nixos-config/
2024-08-25 21:43:24 +02:00
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 :-)