summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/tools/all.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2017-03-01 16:23:12 +0100
committermakefu <github@syntax-fehler.de>2017-03-05 16:58:53 +0100
commit87cd7cd9afc1f28927f3b605f1fe97047eeaf18c (patch)
tree84aaae939395df96765dcddfd8e4c5d920d9fe6d /makefu/2configs/tools/all.nix
parent7d6945babb1366099beaa453dc86a7410a55db3d (diff)
m 2 tools: update
Diffstat (limited to 'makefu/2configs/tools/all.nix')
-rw-r--r--makefu/2configs/tools/all.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/makefu/2configs/tools/all.nix b/makefu/2configs/tools/all.nix
index 09344d99..e64e216e 100644
--- a/makefu/2configs/tools/all.nix
+++ b/makefu/2configs/tools/all.nix
@@ -2,9 +2,10 @@
imports = [
./core.nix
./core-gui.nix
- ./extra-gui.nix
./dev.nix
- ./sec.nix
+ ./extra-gui.nix
+ ./games.nix
./media.nix
+ ./sec.nix
];
}