Fixed sway not starting on laptop

This commit is contained in:
alejandro-angulo 2024-08-03 10:02:02 -07:00
parent 7d68b62c84
commit ce64b0ca1b
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6

View file

@ -20,5 +20,8 @@ in {
# Workaround for https://github.com/NixOS/nixpkgs/issues/158025
# This comment specifically: https://github.com/NixOS/nixpkgs/issues/158025#issuecomment-1344766809
security.pam.services.swaylock = {};
# Required for GUIs (like sway) to work correctly.
hardware.graphics.enable = true;
};
}