stockholm/makefu/2configs/tools/extra-gui.nix
2017-08-16 08:44:57 +02:00

19 lines
245 B
Nix

{ pkgs, ... }:
{
krebs.per-user.makefu.packages = with pkgs;[
# media
gimp
inkscape
libreoffice
skype
synergy
tdesktop
virtmanager
# Dev
saleae-logic
arduino-user-env
gitAndTools.gitFull
];
}