feat: add wine and audio production modules

This commit is contained in:
Youwen Wu 2024-09-04 19:46:09 -07:00
parent 46b401cf8d
commit 6e2f583df1
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3
5 changed files with 23 additions and 7 deletions

View file

@ -14,6 +14,8 @@
../../modules/linux/core
../../modules/linux/hamachi
../../modules/linux/desktop-portal
../../modules/linux/audio-prod
../../modules/linux/wine
../../overlays
catppuccin.nixosModules.catppuccin

View file

@ -0,0 +1,8 @@
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
reaper
yabridge
yabridgectl
];
}

View file

@ -7,12 +7,7 @@
alsa.enable = true;
alsa.support32Bit = true;
pulse.enable = true;
# If you want to use JACK applications, uncomment this
#jack.enable = true;
# use the example session manager (no others are packaged yet so this is enabled by default,
# no need to redefine it in your config for now)
#media-session.enable = true;
jack.enable = true;
};
services.playerctld.enable = true;

View file

@ -0,0 +1,12 @@
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
winetricks
wine
];
nixpkgs.overlays = [
(self: super: {
wine = super.wineWowPackages.stable;
})
];
}

View file

@ -16,7 +16,6 @@ in
bitwarden-desktop
modrinth-app
lutris
wine
sbctl
r2modman
]