my nixos config
Find a file
2024-09-12 15:02:01 +02:00
hosts or maybe not 2024-09-12 15:02:01 +02:00
modules use package from the module in the ff desktop entries 2024-09-09 18:49:00 +02:00
secrets formatting changes 2024-07-16 08:07:53 +02:00
.editorconfig new editorconfig options!! 2024-07-16 07:57:07 +02:00
.gitignore feat: massive 2023-11-25 17:12:09 +01:00
flake.lock update work-secrets 2024-09-11 09:58:39 +02:00
flake.nix stop using nvim nightly (thanks raf) 2024-09-09 09:37:06 +02:00
README.md huge options refactor 2024-09-01 20:31:24 +02:00

niksos

a modular flake containing configurations for most of my machines

I try to keep this COMPLICATED so other people can NOT learn from my config >:-)

directory structure

niksos/
├───hosts/          (machine specific configuration)
│   ├───chmura/         [HP t620 PLUS Quad Core TC]
│   ├───del/            [Dell Latitude 7320 Detachable]
│   ├───hape/           [HP EliteBook 840 G2]
│   ├───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`)
├───modules/        (custom modules you can enable under `poz`)
└───secrets/        (agenix secrets)

cool flakes

flakes I stole took inspiration from

https://github.com/NotAShelf/nyx (goated)
https://github.com/n3oney/nixus
https://github.com/sioodmy/dotfiles
https://github.com/AlephNought0/Faery
https://git.outfoxxed.me/outfoxxed/nixnew
https://github.com/fufexan/dotfiles
https://github.com/raidenovich/OuterHeaven
https://github.com/roastedcheese/nicks
https://github.com/EmergentMind/nix-config

other nix resources

cool stuff that helped me write this config

https://kokada.dev/blog/an-unordered-list-of-hidden-gems-inside-nixos/
https://unmovedcentre.com/posts/anatomy-of-a-nixos-config/

license

public domain steal all you want just don't copy paste the whole flake and say you made it thanks :-)