feat(desktop): add vlc configuration to homes and use home-manager modules

This commit is contained in:
Mohammad Rafiq 2025-06-14 14:22:30 +08:00
parent f1c2986c5c
commit 88f0db3425
No known key found for this signature in database
2 changed files with 201 additions and 0 deletions

View file

@ -11,4 +11,5 @@ mkMerge [
(import ./browser.nix { inherit lib inputs system; })
(import ./lockscreen.nix)
(import ./launcher.nix)
(import ./media-player.nix)
]