8 lines
129 B
Nix
8 lines
129 B
Nix
{ config, ... }: {
|
|
imports = [
|
|
./bluetooth.nix
|
|
./diskservices.nix
|
|
./networking.nix
|
|
./power_profiles.nix
|
|
];
|
|
}
|