From 91ebec054c2160121c02431fe2b70a030eb91f31 Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Thu, 9 Jan 2025 09:34:22 -0500 Subject: [PATCH] fixed evaluation warning --- common/optional/desktop.nix | 2 ++ systems/bob/default.nix | 1 - systems/rhapsody-in-green/default.nix | 1 - 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/optional/desktop.nix b/common/optional/desktop.nix index 3fe8057..dd6d948 100644 --- a/common/optional/desktop.nix +++ b/common/optional/desktop.nix @@ -21,6 +21,8 @@ }; }; + pulseaudio.enable = false; + pipewire = { enable = true; alsa.enable = true; diff --git a/systems/bob/default.nix b/systems/bob/default.nix index 3b72bb5..5a74231 100644 --- a/systems/bob/default.nix +++ b/systems/bob/default.nix @@ -25,7 +25,6 @@ }; hardware = { - pulseaudio.enable = false; bluetooth = { enable = true; powerOnBoot = true; diff --git a/systems/rhapsody-in-green/default.nix b/systems/rhapsody-in-green/default.nix index e62b11d..5feb763 100644 --- a/systems/rhapsody-in-green/default.nix +++ b/systems/rhapsody-in-green/default.nix @@ -23,7 +23,6 @@ }; hardware = { - pulseaudio.enable = false; bluetooth = { enable = true; powerOnBoot = true;