Lemurs DM doesn't work

Hey ! I’ve been trying to get lemurs to work on my nix machines but it doesn’t. Here is the relevant code snippet.

services.displayManager = {
   enable = true;
   execCmd = "${pkgs.lemurs}/bin/lemurs --no-log";
  defaultSession = "Hyprland";
};

The --no-log flag is there cause I was getting this error
Failed to open log file: '/var/log/lemurs.log'

The --preview mode works perfectly

1 Like