This commit is contained in:
biscuit
2025-06-11 07:03:36 -05:00
parent a609216012
commit 2ba8639dfd
+2 -2
View File
@@ -5,9 +5,9 @@
}: { }: {
imports = imports =
[ [
../../pkgs/firefox/default.nix ../pkgs/firefox/default.nix
] ]
++ lib.optionals (linux-apps.gamingDesktop == true) [ ++ lib.optionals (linux-apps.gamingDesktop == true) [
../../pkgs/steam/default.nix ../pkgs/steam/default.nix
]; ];
} }