1
0
Fork 0
nix-configuration/modules/base/default.nix
2024-02-29 09:53:34 -05:00

9 lines
111 B
Nix

{ ... }: {
imports = [
./bluetooth.nix
./bootloader.nix
./network.nix
./shell.nix
./system.nix
];
}