my nixos config
Find a file
work 8236ec51ed
change forgejo work account email to fake one
hopefully this will make it possible to have signed commits
previously I tried using the protonmail one but I can't assign that to
both the work and my personal account and I'm for sure not leaking my
work email

forgejo by default allows these fake emails so hopefully this works
2024-08-28 22:36:37 +02:00
hosts change forgejo work account email to fake one 2024-08-28 22:36:37 +02:00
modules add includes passthrough to git module 2024-08-28 21:50:56 +02:00
options move networking to modules in prep for work laptop 2024-08-27 15:48:04 +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 add work laptop config :3 2024-08-28 22:21:15 +02:00
flake.nix add work laptop config :3 2024-08-28 22:21:15 +02:00
README.md add kokada link to readme 2024-08-25 21:43: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]
├───modules/        (custom modules you can enable under `poz`)
├───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
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

other nix resources

cool stuff that helped me write this config

https://kokada.dev/blog/an-unordered-list-of-hidden-gems-inside-nixos/

license

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