mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
chore: add wine as dep of audio-prod
This commit is contained in:
parent
572ae053ab
commit
3ad195d433
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
|
imports = [
|
||||||
|
../wine
|
||||||
|
];
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
reaper
|
reaper
|
||||||
yabridge
|
yabridge
|
||||||
|
|
Loading…
Reference in a new issue