summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/tools/extra-gui.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2017-03-01 15:45:50 +0100
committermakefu <github@syntax-fehler.de>2017-03-05 16:56:11 +0100
commit8bacb23ad46c7c4feb8ba097ce2c221579065c2e (patch)
tree1778a45ae0d93261d67b80388b201c13f8bdae4b /makefu/2configs/tools/extra-gui.nix
parentf32d84e23d1785463af9242bb616325b6ae58ada (diff)
m 5 esptool: ninit
Diffstat (limited to 'makefu/2configs/tools/extra-gui.nix')
-rw-r--r--makefu/2configs/tools/extra-gui.nix12
1 files changed, 12 insertions, 0 deletions
diff --git a/makefu/2configs/tools/extra-gui.nix b/makefu/2configs/tools/extra-gui.nix
new file mode 100644
index 00000000..6b8a5af6
--- /dev/null
+++ b/makefu/2configs/tools/extra-gui.nix
@@ -0,0 +1,12 @@
+{ pkgs, ... }:
+
+{
+ krebs.per-user.makefu.packages = with pkgs;[
+ inkscape
+ gimp
+ skype
+ virtmanager
+ synergy
+
+ ];
+}