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 = {