diff options
author | makefu <github@syntax-fehler.de> | 2017-03-01 16:23:12 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2017-03-05 16:58:53 +0100 |
commit | 87cd7cd9afc1f28927f3b605f1fe97047eeaf18c (patch) | |
tree | 84aaae939395df96765dcddfd8e4c5d920d9fe6d /makefu/2configs/tools/all.nix | |
parent | 7d6945babb1366099beaa453dc86a7410a55db3d (diff) |
m 2 tools: update
Diffstat (limited to 'makefu/2configs/tools/all.nix')
-rw-r--r-- | makefu/2configs/tools/all.nix | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/makefu/2configs/tools/all.nix b/makefu/2configs/tools/all.nix index 09344d99d..e64e216e0 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 ]; } |