summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/tools/extra-gui.nix
blob: 6b8a5af66c641da558899b6c5da5089363a34586 (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
    
  ];
}