added SOPS
This commit is contained in:
+6
-2
@@ -1,6 +1,10 @@
|
||||
{lib, ...}: {
|
||||
{
|
||||
lib,
|
||||
myConfig,
|
||||
...
|
||||
}: {
|
||||
imports =
|
||||
[
|
||||
]
|
||||
++ [lib.optionals (linux-apps.gamingDesktop == true)];
|
||||
++ [lib.optionals (myConfig.linux.apps.gaming == true)];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user