gamescope try again???
This commit is contained in:
@@ -30,11 +30,13 @@ in {
|
||||
imports = [
|
||||
inputs.home-manager.nixosModules.home-manager
|
||||
../core
|
||||
../extra/gnome
|
||||
../extra/steam
|
||||
../extra/nix-ld
|
||||
../extra/gamescope
|
||||
../extra/gamemode
|
||||
../services/cnix.nix
|
||||
../services/pipewire.nix
|
||||
../hardware/cnix.nix
|
||||
../locale/cnix.nix
|
||||
./hardware-configuration.nix
|
||||
|
||||
@@ -13,7 +13,6 @@
|
||||
xorg.libXinerama
|
||||
xorg.libXScrnSaver
|
||||
libpng
|
||||
libpulseaudio
|
||||
libvorbis
|
||||
stdenv.cc.cc.lib
|
||||
libkrb5
|
||||
|
||||
@@ -46,16 +46,5 @@
|
||||
options = "lv3:rwin_switch";
|
||||
};
|
||||
};
|
||||
pipewire = {
|
||||
enable = true;
|
||||
alsa = {
|
||||
enable = true;
|
||||
support32Bit = true;
|
||||
};
|
||||
pulse.enable = true;
|
||||
wireplumber.enable = true;
|
||||
#jack.enable = true;
|
||||
#media-session.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
11
hosts/services/pipewire.nix
Normal file
11
hosts/services/pipewire.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
security.rtkit.enable = true;
|
||||
hardware.pulseaudio.enable = false;
|
||||
services.pipewire = {
|
||||
enable = true;
|
||||
alsa.enable = true;
|
||||
alsa.support32Bit = true;
|
||||
pulse.enable = true;
|
||||
jack.enable = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user