mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2025-12-17 15:29:51 +05:30
feat: update depreciated options
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{pkgs, ...}: {
|
||||
services.picom = {
|
||||
enable = true;
|
||||
package = pkgs.picom-next;
|
||||
package = pkgs.picom;
|
||||
|
||||
backend = "glx";
|
||||
vSync = true;
|
||||
|
||||
Reference in New Issue
Block a user