ma tools/studio: init

This commit is contained in:
makefu 2017-09-01 10:42:43 +02:00 committed by lassulus
parent 93b26f1ca9
commit a700404b1b

10
2configs/tools/studio.nix Normal file
View file

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