stockholm/makefu/2configs/tools/extra-gui.nix

18 lines
221 B
Nix
Raw Normal View History

2017-03-01 14:45:50 +00:00
{ pkgs, ... }:
{
krebs.per-user.makefu.packages = with pkgs;[
2017-06-26 14:01:36 +00:00
# media
2017-03-01 14:45:50 +00:00
gimp
2017-05-02 12:04:01 +00:00
inkscape
2017-04-17 11:13:07 +00:00
libreoffice
2017-03-01 14:45:50 +00:00
skype
synergy
2017-05-02 12:04:01 +00:00
tdesktop
virtmanager
2017-06-26 14:01:36 +00:00
# Dev
saleae-logic
arduino-user-env
2017-03-01 14:45:50 +00:00
];
}