hyprlock: add keybinding
All checks were successful
Check flake / build-amd64-linux (push) Successful in 1m15s

This commit is contained in:
2025-05-30 20:12:02 +01:00
parent 3b3ac72e27
commit 9e9df641aa

View File

@ -1,8 +1,18 @@
{ {
config,
lib,
... ...
}: }:
let
inherit (lib)
getExe
;
in
{ {
wayland.windowManager.hyprland.settings.bind = [
"$mainMod, L, exec, uwsm app -- ${getExe config.programs.hyprlock.package}"
];
programs.hyprlock = { programs.hyprlock = {
enable = true; enable = true;
settings = { settings = {