ma tools: add more software

This commit is contained in:
makefu 2017-06-26 16:01:36 +02:00
parent 0b88f7d2fe
commit 02eeb5a550
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225
2 changed files with 6 additions and 1 deletions

View File

@ -12,5 +12,7 @@
cac-api cac-api
cac-panel cac-panel
ovh-zone ovh-zone
whatsupnix
brain
]; ];
} }

View File

@ -2,13 +2,16 @@
{ {
krebs.per-user.makefu.packages = with pkgs;[ krebs.per-user.makefu.packages = with pkgs;[
# media
gimp gimp
inkscape inkscape
libreoffice libreoffice
saleae-logic
skype skype
synergy synergy
tdesktop tdesktop
virtmanager virtmanager
# Dev
saleae-logic
arduino-user-env
]; ];
} }