From 3b05e0fd72f3b04972326abd34f48ceb1e608e58 Mon Sep 17 00:00:00 2001 From: Sean Kovacs Date: Sat, 8 Nov 2025 11:31:05 -0500 Subject: [PATCH] more plasma changes --- home/all.nix | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/home/all.nix b/home/all.nix index 94349fd..cb629b6 100755 --- a/home/all.nix +++ b/home/all.nix @@ -316,6 +316,7 @@ "close" ]; }; + nightLight = { enable = true; mode = "location"; @@ -335,6 +336,22 @@ ]; rows = 1; }; + effects = { + desktopSwitching = { + animation = "slide"; + navigationWrapping = true; + }; + dimAdminMode.enable = true; + dimInactive.enable = true; + minimization = { + animation = "magiclamp"; + duration = 50; + }; + shakeCursor.enable = true; + snapHelper.enable = true; + translucency.enable = true; + windowOpenClose.animation = "fade"; + }; }; configFile = {