From 8ca60f9c181459b5ac177333d6088f4cc7b6bade Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Wed, 14 Jun 2023 15:47:28 +0100 Subject: [PATCH] Add .local/bin/ path, slightly reduce picom blur strength --- common.nix | 1 + home/desktop/picom.nix | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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;