flocon/modules/system/default.nix

13 lines
149 B
Nix
Raw Normal View History

{ ... }: {
imports = [
./core.nix
./boot.nix
./locale.nix
./packages.nix
./printing.nix
./misc.nix
./nh.nix
];
}