summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/tools/extra-gui.nix
blob: 9cfacf408c56fe96c7e2dae0248d381369badd35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{ pkgs, ... }:

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