From 78a96382282e15779775e4afabd4314000da2930 Mon Sep 17 00:00:00 2001 From: Drew Haven Date: Sat, 30 May 2026 13:21:05 -0700 Subject: [PATCH] [gui] Switch to Ly since GDM seems to fail to start on 26.05 --- system/features/gui.nix | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/system/features/gui.nix b/system/features/gui.nix index a88e7bd..0987d69 100644 --- a/system/features/gui.nix +++ b/system/features/gui.nix @@ -14,10 +14,19 @@ variant = ""; }; }; - services.displayManager.gdm = { + # services.displayManager.gdm = { + # enable = true; + # }; + services.displayManager.ly = { enable = true; + # See https://github.com/S41G0N/ly/blob/master/res/config.ini + settings = { + animation = "matrix"; # matrix|doom|none + bigclock = "en"; + clear_password = true; # erase the password on failure + clock = "%c"; # Show the clock + }; }; - # services.displayManager.ly.enable = true; # Enable Hyprland so it shows up in the menu programs.hyprland = {