Files
nixos/modules/misc.nix
T
biscuit 09fbbec45e test
2025-06-11 06:47:18 -05:00

13 lines
160 B
Nix

{
linux-apps,
lib,
...
}: {
imports =
[
]
++ lib.optionals (linux-apps.gamingDesktop == true) [
../../pkgs/steam/default.nix
];
}