From 249e95075cb625de536c6ff4a46be7433ce8d204 Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 24 Mar 2026 19:03:39 +0000 Subject: [PATCH] Update files --- system/packages.nix | 1 + system/sound.nix | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/system/packages.nix b/system/packages.nix index 589d9da..5602550 100644 --- a/system/packages.nix +++ b/system/packages.nix @@ -37,6 +37,7 @@ nodejs_24 # JavaScript runtime openssl # SSL/TLS toolkit p7zip # 7-Zip archiver + pipewire pkgs-unstable.yazi # Terminal file manager pywal16 # Image colorscheme generator qt6.qtwayland # qtwayland support diff --git a/system/sound.nix b/system/sound.nix index ca26f86..d6a50a6 100644 --- a/system/sound.nix +++ b/system/sound.nix @@ -1,7 +1,6 @@ { ... }: { - software.pulseaudio.enable = false; services.pipewire = { enable = true; alsa.enable = true;