From f2ac7172447614e071f02d7b18281c0aac2d73ae Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Wed, 26 Jun 2024 02:09:59 -0700 Subject: [PATCH] picom --- modules/dwm.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/dwm.nix b/modules/dwm.nix index e8b1f71..925a1d3 100644 --- a/modules/dwm.nix +++ b/modules/dwm.nix @@ -18,6 +18,11 @@ in }); }; + services.picom = { + enable = true; + fade = false; + }; + environment.systemPackages = with pkgs; [ dmenu ];