stockholm/makefu/2configs/tools/extra-gui.nix
2017-05-02 14:04:01 +02:00

15 lines
178 B
Nix

{ pkgs, ... }:
{
krebs.per-user.makefu.packages = with pkgs;[
gimp
inkscape
libreoffice
saleae-logic
skype
synergy
tdesktop
virtmanager
];
}