stockholm/makefu/2configs/tools/extra-gui.nix
2017-03-05 16:58:53 +01:00

13 lines
149 B
Nix

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