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