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

15 lines
178 B
Nix
Raw Normal View History

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