nixos-config/2configs/tools/extra-gui.nix

18 lines
221 B
Nix
Raw Normal View History

2017-03-01 15:45:50 +01:00
{ pkgs, ... }:
{
krebs.per-user.makefu.packages = with pkgs;[
2017-06-26 16:01:36 +02:00
# media
2017-03-01 15:45:50 +01:00
gimp
2017-05-02 14:04:01 +02:00
inkscape
2017-04-17 13:13:07 +02:00
libreoffice
2017-03-01 15:45:50 +01:00
skype
synergy
2017-05-02 14:04:01 +02:00
tdesktop
virtmanager
2017-06-26 16:01:36 +02:00
# Dev
saleae-logic
arduino-user-env
2017-03-01 15:45:50 +01:00
];
}