ma tools/studio: init

This commit is contained in:
makefu 2017-09-01 10:42:43 +02:00
parent 915df1538d
commit 294a62b355
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -0,0 +1,10 @@
{ pkgs, ... }:
{
users.users.makefu.packages = with pkgs; [
obs-studio
studio-link
audacity
owncloudclient
];
}