diff --git a/common.nix b/common.nix index b2a72c84..c3c4f34d 100644 --- a/common.nix +++ b/common.nix @@ -40,4 +40,5 @@ in { zsh.enable = true; }; fonts.fontconfig.enable = true; + environment.localBinInPath = true; } diff --git a/home/desktop/picom.nix b/home/desktop/picom.nix index 341f392a..5e7c7243 100644 --- a/home/desktop/picom.nix +++ b/home/desktop/picom.nix @@ -10,7 +10,7 @@ settings = { blur = { method = "dual_kawase"; - strength = 7; + strength = 5; background = false; background-frame = false; background-fixed = false;