1
0
Fork 0
nix-configuration/modules/base/default.nix
2024-05-01 21:10:26 -04:00

11 lines
140 B
Nix

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