mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2025-10-10 08:41:55 +05:30
feat(hyprland): add hyprlock configuration
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user