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

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