mirror of
https://github.com/nix-community/home-manager
synced 2024-11-27 13:39:46 +01:00
compton: fix syntax error
This commit is contained in:
parent
6aa44d62ad
commit
0d3f9ba913
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ let
|
||||||
# blur
|
# blur
|
||||||
blur-background = true;
|
blur-background = true;
|
||||||
blur-background-exclude = ${toJSON cfg.blurExclude};
|
blur-background-exclude = ${toJSON cfg.blurExclude};
|
||||||
no-dock-blur = ${toString cfg.noDockBlur};
|
no-dock-blur = ${toJSON cfg.noDockBlur};
|
||||||
'' + ''
|
'' + ''
|
||||||
|
|
||||||
# opacity
|
# opacity
|
||||||
|
|
Loading…
Reference in a new issue