NixToSee/modules/default.nix

8 lines
113 B
Nix

{...}: {
imports = [
./boot_theming.nix
./environment.nix
./locale.nix
./networking.nix
];
}