feat(desktop): move lockscreen config to homes and use home-manager modules

This commit is contained in:
Mohammad Rafiq 2025-06-14 12:02:58 +08:00
parent 6897ad63c9
commit 71b3703c75
No known key found for this signature in database
4 changed files with 43 additions and 50 deletions

View file

@ -9,4 +9,5 @@ let
in
mkMerge [
(import ./browser.nix { inherit lib inputs system; })
(import ./lockscreen.nix)
]