mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
got rocket league actually working
This commit is contained in:
parent
8fd79814fd
commit
360b68aea3
8 changed files with 62 additions and 71 deletions
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
pkgs,
|
||||
settings,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
system.stateVersion = settings.version;
|
||||
|
|
@ -22,7 +23,8 @@
|
|||
};
|
||||
#sound settings
|
||||
security.rtkit.enable = true;
|
||||
sound.enable = false; #disable alsa
|
||||
sound.enable = lib.mkForce false; #disable alsa
|
||||
hardware.pulseaudio.enable = lib.mkForce false; #disable pulseAudio
|
||||
services.pipewire = {
|
||||
enable = true;
|
||||
wireplumber.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue