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

@@ -47,7 +47,7 @@ in
};
# fix https://github.com/ryan4yin/nix-config/issues/10
security.pam.services.hyprlock = { };
security.pam.services.swaylock = { };
})
];
}