feat: add vlc

This commit is contained in:
Mohammad Rafiq 2025-04-20 21:50:02 +08:00
parent 7cd1f6e172
commit 4fdcaac75e
No known key found for this signature in database

View file

@ -27,5 +27,6 @@ with pkgs;
home-manager.users.rafiq.home.packages = [
hyprpicker
inputs.hyprcloser.packages.${pkgs.stdenv.hostPlatform.system}.default
vlc
];
}