feat(hyprland): add hyprlock configuration

This commit is contained in:
tux
2025-09-22 18:38:07 +05:30
parent 3c330385d7
commit 88e4d73968
2 changed files with 52 additions and 0 deletions

View File

@@ -1,4 +1,6 @@
{pkgs, ...}: {
imports = [./hyprlock.nix];
home.packages = with pkgs; [astal];
wayland.windowManager.hyprland = {
@@ -206,6 +208,9 @@
# shutdown
"SUPER_SHIFT, P, exec, poweroff"
# lock
"SUPER_SHIFT, L, exec, hyprlock"
# change focus
"SUPER, left, movefocus, l"
"SUPER, right, movefocus, r"