From: Skullheadx Date: Wed, 29 Apr 2026 07:50:47 +0000 (-0400) Subject: add picom + update st X-Git-Url: http://git.skullheadx.com/nixos/static/git-favicon.png?a=commitdiff_plain;h=a939a0e4a9b70d954ef067f87a6f9cbf17b3dc4f;p=nixos.git add picom + update st --- 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; + }; + }