Skip to content

Commit

Permalink
Update picom to picom-next
Browse files Browse the repository at this point in the history
  • Loading branch information
rake5k committed Nov 13, 2023
1 parent 5405bda commit d06cf9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions home/programs/picom/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ in
enable = true;
package =
if config.custom.base.non-nixos.enable
then (config.lib.custom.nixGLWrap pkgs.unstable.picom)
else pkgs.unstable.picom;
then (config.lib.custom.nixGLWrap pkgs.unstable.picom-next)
else pkgs.unstable.picom-next;
backend = "glx";
settings = {
blur = {
Expand Down

0 comments on commit d06cf9b

Please sign in to comment.