mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-26 02:03:21 +01:00
798aa35edf
This enables plasma to be used as both a specialization and as a desktop environment in a virtual machine.
8 lines
102 B
Nix
8 lines
102 B
Nix
{
|
|
specialisation.plasma.configuration = {
|
|
imports = [
|
|
../modules/plasma.nix
|
|
];
|
|
};
|
|
}
|