stockholm/makefu/2configs/tools/studio.nix
2017-09-01 10:44:54 +02:00

11 lines
133 B
Nix

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