ma tools/studio: init
This commit is contained in:
parent
b707637134
commit
8123df3283
10
2configs/tools/studio.nix
Normal file
10
2configs/tools/studio.nix
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
{ pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
users.users.makefu.packages = with pkgs; [
|
||||||
|
obs-studio
|
||||||
|
studio-link
|
||||||
|
audacity
|
||||||
|
owncloudclient
|
||||||
|
];
|
||||||
|
}
|
Loading…
Reference in a new issue