diff options
author | makefu <github@syntax-fehler.de> | 2017-09-04 14:37:00 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2017-09-04 14:40:20 +0200 |
commit | ccd81aee6533bc642c77f172eb71d711ccb88040 (patch) | |
tree | f534feba4ad956ec90e7638f785bcce0ea09cd01 /makefu/2configs/tools/all.nix | |
parent | 5898caa146e216a1e5462dddb943abe07aea1b4d (diff) |
ma tools: add sec-gui
Diffstat (limited to 'makefu/2configs/tools/all.nix')
-rw-r--r-- | makefu/2configs/tools/all.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/makefu/2configs/tools/all.nix b/makefu/2configs/tools/all.nix index 31c959d47..c7a116918 100644 --- a/makefu/2configs/tools/all.nix +++ b/makefu/2configs/tools/all.nix @@ -8,5 +8,7 @@ ./games.nix ./media.nix ./sec.nix + ./sec-gui.nix + ./studio.nix ]; } |