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

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