organized

This commit is contained in:
lsoriano-mcm
2025-08-07 14:51:45 -05:00
parent c11b7205bd
commit 638b2e54dc
4 changed files with 26 additions and 22 deletions
+14
View File
@@ -0,0 +1,14 @@
{
lib,
myConfig,
...
}: {
imports =
[
../../packages/steam/default.nix
]
++ lib.optionals (myConfig.nixos.enableSteamOS == true)
[
../../packages/steam/jovian.nix
];
}