11 lines
358 B
Nix
11 lines
358 B
Nix
_: {
|
|
imports = [
|
|
../../../options/boot/grub-boot.nix
|
|
../../../options/desktop/fonts.nix
|
|
../../../options/common/networking.nix
|
|
../../../options/common/gpu/nvidia.nix
|
|
../../../options/common/pin-registry.nix
|
|
../../../options/common/preserve-system.nix
|
|
../../../options/common/bluetooth.nix
|
|
];
|
|
}
|