1

update audio

This commit is contained in:
2022-08-07 20:27:28 +02:00
parent fcc5ffbabd
commit 519b8d9e7a
2 changed files with 6 additions and 16 deletions

View File

@ -1,10 +0,0 @@
{ config, lib, pkgs, home, ... }:
pkgs.makeDesktopItem {
name = "carla-guitar";
exec =
"PIPEWIRE_LATENCY=256/48000 gamemoderun carla ${home.homeDirectory}/Documents/Carla/GuitarDefault.carxp";
genericName = "Guitar Amp Simulation";
categories = [ "Music" "Audio" ];
desktopName = "Carla Guitar Amp";
}