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

@ -12,5 +12,6 @@
refresh-rate = lib.pantheon.mkStrOption;
};
windowManager = lib.pantheon.mkStrOption;
lockscreen = lib.pantheon.mkStrOption;
};
}