nixos-config/components
Ingolf Wagner 2bc86a4912
All checks were successful
Build all NixOS Configurations / nix build (push) Successful in 10m11s
improve syncthing.nix
2024-08-29 08:06:27 +07:00
..
gui fix fonts and oh-my-posh 2024-08-11 21:09:53 +02:00
media fixed update problems 2024-07-12 19:18:22 +02:00
monitor various optimizations 2024-07-24 00:55:55 +02:00
network improve syncthing.nix 2024-08-29 08:06:27 +07:00
nixos introduced features 2024-08-08 16:39:50 +02:00
terminal fix timezones 2024-08-28 05:37:18 +07:00
virtualisation create virtualisation component. 2024-08-11 14:46:03 +02:00
chaospott.nix update chaospott.nix 2024-06-14 19:17:31 +02:00
default.nix create virtualisation component. 2024-08-11 14:46:03 +02:00
mainUser.nix create virtualisation component. 2024-08-11 14:46:03 +02: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 vim for everybody as default 2024-08-14 16:43:55 +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!