From a939a0e4a9b70d954ef067f87a6f9cbf17b3dc4f Mon Sep 17 00:00:00 2001 From: Skullheadx Date: Wed, 29 Apr 2026 03:50:47 -0400 Subject: [PATCH] add picom + update st --- flake.lock | 6 +++--- x11.nix | 5 +++++ 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index 9d358d9..d3ae399 100644 --- a/flake.lock +++ b/flake.lock @@ -68,11 +68,11 @@ ] }, "locked": { - "lastModified": 1777443946, - "narHash": "sha256-OoA6DNybQVIi+8CDTN4wxmALbdW39ps1ppuearJnyLA=", + "lastModified": 1777448971, + "narHash": "sha256-W0RYSkVkOTOKS/4r6Hq3LYaRkcvRv3bzzMAU3mNy6og=", "owner": "Skullheadx", "repo": "st", - "rev": "93a2e18b355bcc62cde3958e8afd1e5e808670a2", + "rev": "66b60431931ddad8da2ca8c9fa34e3ee783def27", "type": "github" }, "original": { diff --git a/x11.nix b/x11.nix index 5970657..cd2d10d 100644 --- a/x11.nix +++ b/x11.nix @@ -49,4 +49,9 @@ ''; }; + + services.picom = { + enable = true; + }; + } -- 2.54.0