7 lines
99 B
Nix
7 lines
99 B
Nix
{lib, ...}: {
|
|
imports =
|
|
[
|
|
]
|
|
++ [lib.optionals (linux-apps.gamingDesktop == true)];
|
|
}
|