From 0dc4095d4efbc22e5e436dc1a9841dad6afe8c08 Mon Sep 17 00:00:00 2001 From: Christian Date: Fri, 3 Jul 2026 19:38:07 -0500 Subject: picom compositor --- modules/home/christian.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'modules') diff --git a/modules/home/christian.nix b/modules/home/christian.nix index 16aef42..56c8d94 100644 --- a/modules/home/christian.nix +++ b/modules/home/christian.nix @@ -142,6 +142,12 @@ ''; }; + services.picom = { + enable = true; + backend = "egl"; + vSync = true; + }; + programs.zathura = { enable = true; package = pkgs.zathuraPkgs.zathuraWrapper.override { -- cgit v1.2.3