Enable ly display manager

startx is hanging on tty1, but ly works so I'm enabling it temporarily
so I can log in to dwm.
This commit is contained in:
Oliver Davies 2025-05-31 12:42:17 +01:00
parent 0fdac5f9a8
commit 9746fb8934

View file

@ -9,4 +9,6 @@
variant = "";
};
};
services.displayManager.ly.enable = true;
}