stockholm/makefu/2configs/tools/studio.nix

11 lines
133 B
Nix
Raw Normal View History

2017-09-01 08:42:43 +00:00
{ pkgs, ... }:
{
users.users.makefu.packages = with pkgs; [
obs-studio
studio-link
audacity
owncloudclient
];
}