NixToSee/modules/default.nix

8 lines
114 B
Nix

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