fix swaylock
This commit is contained in:
parent
4975bb0467
commit
0c2f1e67db
|
@ -59,6 +59,9 @@ in with lib; {
|
|||
hidpi = false;
|
||||
};
|
||||
};
|
||||
# Make swaylock work
|
||||
# https://github.com/NixOS/nixpkgs/issues/158025
|
||||
security.pam.services.swaylock = { };
|
||||
|
||||
environment.sessionVariables = { MOZ_ENABLE_WAYLAND = "1"; };
|
||||
|
||||
|
|
Loading…
Reference in New Issue