diff --git a/osConfigs/hosts/laptop.nix b/osConfigs/hosts/laptop.nix index 63ca8b2..1d7c966 100644 --- a/osConfigs/hosts/laptop.nix +++ b/osConfigs/hosts/laptop.nix @@ -6,7 +6,7 @@ # By: tomoron +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2025/09/06 00:56:57 by tomoron #+# #+# # -# Updated: 2025/11/14 11:58:00 by tomoron ### ########.fr # +# Updated: 2025/11/21 10:40:19 by tomoron ### ########.fr # # # # **************************************************************************** # diff --git a/osConfigs/modules/displayManager.nix b/osConfigs/modules/displayManager.nix index 73c3f4d..643fb45 100644 --- a/osConfigs/modules/displayManager.nix +++ b/osConfigs/modules/displayManager.nix @@ -6,7 +6,7 @@ # By: tomoron +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2025/09/05 23:47:16 by tomoron #+# #+# # -# Updated: 2025/09/06 00:56:38 by tomoron ### ########.fr # +# Updated: 2025/11/17 14:32:13 by tomoron ### ########.fr # # # # **************************************************************************** # @@ -24,7 +24,7 @@ services.displayManager.ly.enable = true; services.displayManager.ly.settings = { - animation = "doom"; + animation = "gameoflife"; min_refresh_delta = 50; bigclock = "en"; sleep_cmd = "systemctl sleep";