fixed syntax error in displaymanager.nix

This commit is contained in:
LarsZauberer 2024-04-12 16:00:31 +02:00
commit b3c9e6c7ba

View file

@ -8,6 +8,6 @@ in {
services.xserver.displayManager = {
gdm.enable = true;
defaultSession = "none+i3";
}
}
};
};
}