mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-03-22 04:06:08 +01:00
thinkpad-nixos: Use OS provided swaylock
This commit is contained in:
parent
8f51428ad9
commit
a4cff5cead
1 changed files with 3 additions and 0 deletions
|
|
@ -371,4 +371,7 @@ in {
|
|||
home.stateVersion = "21.11";
|
||||
|
||||
wayland.windowManager.sway.extraConfig = "exec /usr/libexec/polkit-gnome-authentication-agent-1";
|
||||
wm.keybindings = {
|
||||
"${config.wm.modifier}+Shift+l" = lib.mkForce "exec /usr/bin/swaylock";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue