Fixed sway not starting on laptop
This commit is contained in:
parent
7d68b62c84
commit
ce64b0ca1b
|
@ -20,5 +20,8 @@ in {
|
||||||
# Workaround for https://github.com/NixOS/nixpkgs/issues/158025
|
# Workaround for https://github.com/NixOS/nixpkgs/issues/158025
|
||||||
# This comment specifically: https://github.com/NixOS/nixpkgs/issues/158025#issuecomment-1344766809
|
# This comment specifically: https://github.com/NixOS/nixpkgs/issues/158025#issuecomment-1344766809
|
||||||
security.pam.services.swaylock = {};
|
security.pam.services.swaylock = {};
|
||||||
|
|
||||||
|
# Required for GUIs (like sway) to work correctly.
|
||||||
|
hardware.graphics.enable = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue