feat: Added audio stuff
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled
This commit is contained in:
@@ -6,6 +6,8 @@
|
||||
imports = [
|
||||
# ./alvr.nix
|
||||
./easyeffects.nix
|
||||
./mixid.nix
|
||||
./vr.nix
|
||||
./helvum.nix
|
||||
];
|
||||
}
|
||||
|
||||
3
nixos/ryu/apps/helvum.nix
Normal file
3
nixos/ryu/apps/helvum.nix
Normal file
@@ -0,0 +1,3 @@
|
||||
{pkgs, ...}: {
|
||||
environment.systemPackages = with pkgs; [helvum];
|
||||
}
|
||||
4
nixos/ryu/apps/mixid.nix
Normal file
4
nixos/ryu/apps/mixid.nix
Normal file
@@ -0,0 +1,4 @@
|
||||
{pkgs, ...}: {
|
||||
environment.systemPackages = with pkgs; [mixid];
|
||||
services.udev.packages = with pkgs; [mixid];
|
||||
}
|
||||
Reference in New Issue
Block a user