aboutsummaryrefslogtreecommitdiff
path: root/services/picom.nix
diff options
context:
space:
mode:
authorAkshay <[email protected]>2023-01-22 05:28:25 +0000
committerAkshay <[email protected]>2023-01-22 05:28:25 +0000
commitf53589c12df8b272d140409f4da0346428d37dde (patch)
treed47ecde8773e11cf6dd3bd99a604e1c69fc7b637 /services/picom.nix
parent4a6725d5c01c804c96205d99663606dec4d0327e (diff)
use iwctl instead of wpa supplicant
Diffstat (limited to 'services/picom.nix')
-rw-r--r--services/picom.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/services/picom.nix b/services/picom.nix
index 08ba376..5def96a 100644
--- a/services/picom.nix
+++ b/services/picom.nix
@@ -11,7 +11,5 @@
11 fadeDelta = 10; 11 fadeDelta = 10;
12 fadeSteps = [ "0.04" "0.04" ]; 12 fadeSteps = [ "0.04" "0.04" ];
13 shadow = false; 13 shadow = false;
14 shadowOffsets = [ (-60) (-60) ];
15 shadowOpacity = "0.20";
16 }; 14 };
17} 15}