stockholm/makefu/2configs/tools/extra-gui.nix
2021-06-06 19:15:44 +02:00

26 lines
354 B
Nix

{ pkgs, ... }:
{
users.users.makefu.packages = with pkgs;[
# media
gimp
# mirage - last time available in 19.09
inkscape
libreoffice
# skype
teams
synergy
tdesktop
virtmanager
# Dev
saleae-logic
gitAndTools.gitFull
signal-desktop
element-desktop
# rambox
vscode
chitubox
];
}