shiva/profiles/graphical.nix
2024-06-09 15:38:32 +02:00

10 lines
183 B
Nix

{ modulesPath, ... }: {
imports = [
./base.nix
"${modulesPath}/installer/cd-dvd/installation-cd-graphical-plasma5.nix"
];
config = {
shiva.gui-tools = true;
};
}