From 95a0d640060824ef68cc6b8ab0872093834bc1e5 Mon Sep 17 00:00:00 2001 From: Bauke Date: Tue, 27 Feb 2024 20:30:52 +0100 Subject: [PATCH] Enable Picom so windows can be transparent. --- .bauke/nix/stardust/programs-services.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.bauke/nix/stardust/programs-services.nix b/.bauke/nix/stardust/programs-services.nix index 248d41e..4cb93d7 100644 --- a/.bauke/nix/stardust/programs-services.nix +++ b/.bauke/nix/stardust/programs-services.nix @@ -30,6 +30,8 @@ nssmdns = true; }; + picom.enable = true; + pipewire = { alsa.enable = true; alsa.support32Bit = true;