7 lines
144 B
Nix
7 lines
144 B
Nix
{ pkgs, modulesPath, lib, ... }:
|
|
{
|
|
imports = [
|
|
"${modulesPath}/installer/cd-dvd/installation-cd-graphical-calamares-plasma6.nix"
|
|
];
|
|
|
|
}
|