about summary refs log tree commit diff
path: root/modules/module-list.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2016-01-26 04:09:46 +0100
committeraszlig <aszlig@redmoonstudios.org>2016-01-26 04:09:46 +0100
commit1515bae55bfd6c21d6277883826a88cc12cce7d7 (patch)
tree99a5bc0ad94a58c57a0afa2043f3813ed54bd4c7 /modules/module-list.nix
parent0353b8b3ffcbaa102d36fa7e8f2bb218a1374820 (diff)
modules: Add a new gamecontroller module
This module is for declaratively specifying SDL_GAMECONTROLLERCONFIG, an
environment variable used by SDL 2 to map arbitrary controllers to that
of an XBox reference controller.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'modules/module-list.nix')
-rw-r--r--modules/module-list.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/module-list.nix b/modules/module-list.nix
index 47d82810..3f23288b 100644
--- a/modules/module-list.nix
+++ b/modules/module-list.nix
@@ -1,4 +1,5 @@
 [
+  ./hardware/gamecontroller.nix
   ./hardware/t100ha
   ./profiles/common.nix
   ./profiles/tests.nix