From 0493a60f95452fd27d9bb4a8fcee922ce06cc1bc Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sun, 1 Feb 2026 13:10:21 -0800 Subject: [PATCH] picom: fix version to match mainline v13 Co-Authored-By: Claude Opus 4.5 --- nixos/overlay.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/overlay.nix b/nixos/overlay.nix index feac2a5d..46189ea4 100644 --- a/nixos/overlay.nix +++ b/nixos/overlay.nix @@ -171,6 +171,7 @@ in # Using mainline picom with spring physics animation support # Branch: spring-physics on colonelpanic8/picom picom = prev.picom.overrideAttrs (old: { + version = "13"; src = prev.fetchFromGitHub { repo = "picom"; owner = "colonelpanic8";