From 017a73cf7ddab8fce3f612083e5bfebd4e5dcb25 Mon Sep 17 00:00:00 2001 From: Doloro1978 Date: Thu, 25 Dec 2025 14:31:55 +0000 Subject: [PATCH] clean up --- hosts/doloro-laptop/nixos.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/hosts/doloro-laptop/nixos.nix b/hosts/doloro-laptop/nixos.nix index 4e1fabf..69f3c6e 100644 --- a/hosts/doloro-laptop/nixos.nix +++ b/hosts/doloro-laptop/nixos.nix @@ -63,14 +63,9 @@ in hardware.graphics = { enable = true; extraPackages = with pkgs; [ - # Required for modern Intel GPUs (Xe iGPU and ARC) intel-media-driver # VA-API (iHD) userspace vpl-gpu-rt # oneVPL (QSV) runtime - - # Optional (compute / tooling): intel-compute-runtime # OpenCL (NEO) + Level Zero for Arc/Xe - # NOTE: 'intel-ocl' also exists as a legacy package; not recommended for Arc/Xe. - # libvdpau-va-gl # Only if you must run VDPAU-only apps ]; }; services.openssh = { @@ -120,6 +115,7 @@ in }; }; }; + services.pipewire = { enable = true; pulse.enable = true;