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