7 lines
65 B
Nix
7 lines
65 B
Nix
{
|
|
lib
|
|
}:
|
|
with lib;
|
|
{
|
|
enable = mkEnableOpt "Plasma Desktop";
|
|
} |