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-08-30 20:24:46 +02:00
|
|
|
│ ├───niks/ [ASUS ROG Strix G513QY]
|
2024-09-01 20:31:24 +02:00
|
|
|
│ ├───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>
|
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-09-27 20:36:49 +02:00
|
|
|
https://github.com/ardishko/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-10-21 18:20:52 +02:00
|
|
|
## wall of shame
|
|
|
|
|
|
|
|
this is a list of the people who took things from this flake and didn't credit me
|
|
|
|
|
|
|
|
if you're on this list and don't want to be here let me know once you credit me and I'll remove you
|
|
|
|
|
|
|
|
please don't go out and harass anyone on this list
|
|
|
|
|
|
|
|
saygo / saygo-png
|
|
|
|
|
2024-02-15 17:52:59 +01:00
|
|
|
## license
|
2024-10-20 12:42:35 +02:00
|
|
|
there's no license but please credit me if you take something from my config
|