my nixos config
Find a file
2024-07-01 13:21:26 +02:00
hosts set dash as the default shell on all 3 main machines 2024-06-22 23:49:36 +02:00
modules workaround for the cve 2024-07-01 13:21:26 +02:00
options set dash as the default shell on all 3 main machines 2024-06-22 23:49:36 +02:00
secrets an attempt at moving the u2f thing into nix 2024-06-09 17:28:35 +02:00
.editorconfig add .editorconfig for 4 spaces in nix files 2024-04-15 11:13:52 +02:00
.gitignore feat: massive 2023-11-25 17:12:09 +01:00
flake.lock update hyprland 2024-06-28 10:39:56 +02:00
flake.nix whoops forgot to add the flake xd 2024-06-09 16:02:18 +02:00
README.md :PPPPPPPPP 2024-02-29 01:24:18 +01:00

niksos

a modular flake containing configurations for most of my machines

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

directory structure

niksos/
├───hosts/          (machine specific configuration)
│   ├───chmura/         [HP t620 PLUS Quad Core TC]
│   ├───del/            [Dell Latitude 7320 Detachable]
│   ├───hape/           [I'll type in the model here some day]
│   └───niks/           [ASUS ROG Strix G513QY]
├───modules/        (custom modules you can enable under `myOptions`)
├───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/RadovanSk/Faery/
https://git.outfoxxed.me/outfoxxed/nixnew
https://git.outfoxxed.me/outfoxxed/server-config
https://github.com/fufexan/dotfiles/
https://github.com/ardishco-the-great/nixcfg/
https://github.com/roastedcheese/nicks

license

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