nixconfig/modules/nixos/default.nix

2 lines
75 B
Nix
Raw Normal View History

2023-11-16 23:06:28 +01:00
{ ... }: { imports = [ ./cli ./gui ./hostcfg ./system ./tools ./users ]; }