Add .local/bin/ path, slightly reduce picom blur strength

This commit is contained in:
Evie Litherland-Smith 2023-06-14 15:47:28 +01:00
parent e2dae7b117
commit 8ca60f9c18
2 changed files with 2 additions and 1 deletions

View file

@ -40,4 +40,5 @@ in {
zsh.enable = true;
};
fonts.fontconfig.enable = true;
environment.localBinInPath = true;
}

View file

@ -10,7 +10,7 @@
settings = {
blur = {
method = "dual_kawase";
strength = 7;
strength = 5;
background = false;
background-frame = false;
background-fixed = false;