stockholm/makefu/2configs/tools/studio.nix
2017-09-06 11:05:45 +02:00

11 lines
133 B
Nix

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