fix: hyprlock is broken on asahi kernel, replace it with swaylock

This commit is contained in:
Ryan Yin
2025-08-05 16:00:26 +08:00
parent 1ef015cb16
commit 09a01ff947
4 changed files with 6 additions and 5 deletions

View File

@@ -1,5 +1,6 @@
{
pkgs,
pkgs-stable,
config,
...
}:
@@ -29,7 +30,7 @@ in
catppuccin.waybar.enable = false;
# screen locker
programs.hyprlock.enable = true;
programs.swaylock.enable = true;
# Logout Menu
programs.wlogout.enable = true;