nixos-config/components
Ingolf Wagner 7a6510a4e6
Some checks are pending
Build all NixOS Configurations / nix build (push) Waiting to run
nix fmt
2024-08-29 08:26:04 +07:00
..
gui nix fmt 2024-08-29 08:26:04 +07:00
media nix fmt 2024-08-29 08:26:04 +07:00
monitor nix fmt 2024-08-29 08:26:04 +07:00
network nix fmt 2024-08-29 08:26:04 +07:00
nixos nix fmt 2024-08-29 08:26:04 +07:00
terminal nix fmt 2024-08-29 08:26:04 +07:00
virtualisation nix fmt 2024-08-29 08:26:04 +07:00
chaospott.nix nix fmt 2024-08-29 08:26:04 +07:00
default.nix nix fmt 2024-08-29 08:26:04 +07:00
mainUser.nix nix fmt 2024-08-29 08:26:04 +07:00
README.md moved nixos folder to main folder. 2024-06-07 22:56:52 +02:00
timezone.nix fix timezone 2024-08-28 06:01:56 +07: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!