nixos-config/nixos/components
Ingolf Wagner 708e93b9ba
fiddle around with wayland
2024-05-04 10:20:22 +02:00
..
gui fiddle around with wayland 2024-05-04 10:20:22 +02:00
media Configure OBS-Setup 2023-11-09 11:57:46 +01:00
monitor move netdata to monitoring component 2023-12-29 17:03:46 +01:00
network add OSCAR and to read CPAP data 2024-04-25 11:16:49 +02:00
nixos add upgrade-diff 2023-08-17 13:40:42 +02:00
terminal heavy refactorings 2024-03-03 14:56:49 +01:00
README.md fixing bugwarrior 2023-11-07 16:47:53 +01:00
default.nix move netdata to monitoring component 2023-12-29 17:03:46 +01:00
mainUser.nix working on orbi 2024-02-16 22:21:05 +01:00
yubikey.nix play around with cherry 2023-12-17 19:17:59 +01:00

README.md

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!