feat(desktop/lockscreen): add hyprlock

This commit is contained in:
Mohammad Rafiq 2025-05-20 21:00:03 +08:00
parent 5cb05a2dcb
commit 71706390b4
No known key found for this signature in database
8 changed files with 62 additions and 0 deletions

View file

@ -8,6 +8,7 @@
{
options.desktop = {
windowManager = lib.pantheon.mkStrOption;
lockscreen = lib.pantheon.mkStrOption;
browser = lib.pantheon.mkStrOption;
terminal = lib.pantheon.mkStrOption;
};