1
Fork 0

Use picom-next.

This commit is contained in:
Bauke 2024-02-29 21:52:53 +01:00
parent ea282a5569
commit 6f57d298ed
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 4 additions and 1 deletions

View File

@ -30,7 +30,10 @@
nssmdns = true;
};
picom.enable = true;
picom = {
enable = true;
package = pkgs.picom-next;
};
pipewire = {
alsa.enable = true;