about summary refs log tree commit diff
path: root/pkgs/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/default.nix')
-rw-r--r--pkgs/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/default.nix b/pkgs/default.nix
index 6eec67a4..ad4e8e25 100644
--- a/pkgs/default.nix
+++ b/pkgs/default.nix
@@ -24,6 +24,11 @@ let
     tomahawk = callPackage ./tomahawk { qt5 = pkgs.qt55; };
     twitchstream = callPackage ./twitchstream { };
 
+    games = import ./games {
+      inherit pkgs;
+      config = pkgs.config.vuizvui.games or null;
+    };
+
     kernelPatches = {
       bfqsched = callPackage ./kpatches/bfqsched { };
     };