shiva/profiles/graphical.nix

11 lines
183 B
Nix
Raw Permalink Normal View History

2024-06-09 13:38:32 +00:00
{ modulesPath, ... }: {
imports = [
./base.nix
"${modulesPath}/installer/cd-dvd/installation-cd-graphical-plasma5.nix"
];
config = {
shiva.gui-tools = true;
};
}