Fix Paths and PulseAudio/PipeWire conflicts
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
(./. + "../../hardware" + ("/" + systemSettings.hardwareConfiguration) + ".nix")
|
(../../hardware + "/${systemSettings.hardwareConfiguration}.nix")
|
||||||
../../system/hardware/kernel.nix
|
../../system/hardware/kernel.nix
|
||||||
../../system/hardware/bluetooth.nix
|
../../system/hardware/bluetooth.nix
|
||||||
../../system/hardware/opengl.nix
|
../../system/hardware/opengl.nix
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
../../system/app/gaming/steam.nix
|
../../system/app/gaming/steam.nix
|
||||||
../../system/app/gaming/gamemode.nix
|
../../system/app/gaming/gamemode.nix
|
||||||
../../system/hardware/audio.nix
|
../../system/hardware/audio.nix
|
||||||
(./. + "../../system/gui" + ("/" + systemSettings.desktopEnvironment) + ".nix")
|
(../../system/gui + "/${systemSettings.desktopEnvironment}.nix")
|
||||||
];
|
];
|
||||||
|
|
||||||
nix = {
|
nix = {
|
||||||
|
@@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
sound.enable = true;
|
sound.enable = true;
|
||||||
|
hardware.pulseaudio.enable = false;
|
||||||
security.rtkit.enable = true;
|
security.rtkit.enable = true;
|
||||||
services.pipewire = {
|
services.pipewire = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
Reference in New Issue
Block a user