nixos-config/components
2025-03-19 09:29:02 +01:00
..
gui 🔧 sharpen the xorg component a bit 2025-02-18 17:08:58 +13:00
media 🐛 remove handbreak because it's broken 2025-02-14 19:56:52 +13:00
network 🔧 enable mosh ports by default 2025-02-25 02:16:44 +07:00
nixos nix fmt 2024-08-29 08:26:04 +07:00
terminal 🐛 fixing nix flake update 2024-10-23 09:20:19 +09: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 nix fmt 2024-08-29 08:26:04 +07: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!