9 lines
236 B
Nix
9 lines
236 B
Nix
_: {
|
|
imports = [
|
|
../../../options/boot/grub-boot.nix
|
|
../../../options/common/bluetooth.nix
|
|
../../../options/common/networking.nix
|
|
../../../options/common/gpu/nvidia.nix
|
|
../../../options/desktop/monitors.nix
|
|
];
|
|
}
|