nixos-config/nixos/components
2024-03-02 12:57:01 +01:00
..
gui
media
monitor move netdata to monitoring component 2023-12-29 17:03:46 +01:00
network
nixos
terminal
default.nix
mainUser.nix
README.md
yubikey.nix

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!