This commit is contained in:
biscuit
2025-06-11 06:57:42 -05:00
parent b6911bc045
commit a609216012
3 changed files with 3 additions and 3 deletions
+13
View File
@@ -0,0 +1,13 @@
{
linux-apps,
lib,
...
}: {
imports =
[
../../pkgs/firefox/default.nix
]
++ lib.optionals (linux-apps.gamingDesktop == true) [
../../pkgs/steam/default.nix
];
}