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