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

{
  krebs.per-user.makefu.packages = with pkgs;[
    # media
    gimp
    inkscape
    libreoffice
    skype
    synergy
    tdesktop
    virtmanager
    # Dev
    saleae-logic
    arduino-user-env
  ];
}