nixos-config/components
2025-06-11 11:33:50 +02:00
..
gui make printer accessible via network 2025-05-28 22:22:57 +02:00
media 🐛 remove handbreak because it's broken 2025-02-14 19:56:52 +13:00
network 🐛 fix misconfigured zerotier domain names 2025-05-28 22:01:31 +02:00
nixos nix fmt 2024-08-29 08:26:04 +07:00
terminal ♻️ clean up of git configuration 2025-06-11 11:33:50 +02:00
virtualisation 🐛 make virtualbox work again 2025-03-19 09:29:02 +01:00
chaospott.nix 🩹 fix pulseaudio warning 2025-02-14 20:16:23 +13:00
default.nix migrate to nixos-telemetry flake 2024-10-16 23:22:52 +09:00
mainUser.nix 🎨 nix fmt 2024-12-06 21:57:53 +07:00
README.md 🎨 nix fmt 2024-08-29 13:22:51 +07:00
timezone.nix 🔧 change timezone 2025-01-02 21:58:23 +13:00
yubikey.nix 🔥 remove old yubikey package 2025-06-11 09:24:50 +02:00

components concept

  • components are kinda opinionated.
  • should be project agnostic (e.g.: configure bugwarrior via options but leave specifics out).
  • component.<toplevel>.enabled should usually be the default for all it subcomponents (comonent.<topleve>.<subcomponent>.enabled).
    • But default should make sense here!