diff options
Diffstat (limited to 'modules/home')
| -rw-r--r-- | modules/home/i3wm/original/picom.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/home/i3wm/original/picom.nix b/modules/home/i3wm/original/picom.nix index d5f460f..93cb37d 100644 --- a/modules/home/i3wm/original/picom.nix +++ b/modules/home/i3wm/original/picom.nix @@ -3,6 +3,9 @@ { services.picom = { enable = true; + + package = pkgs.picom-pijulius; + backend = "glx"; vSync = true; inactiveOpacity = 0.9; |
