diff --git a/configs/graphical.nix b/configs/graphical.nix index 511207e..157d1ab 100644 --- a/configs/graphical.nix +++ b/configs/graphical.nix @@ -27,5 +27,6 @@ with pkgs; home-manager.users.rafiq.home.packages = [ hyprpicker inputs.hyprcloser.packages.${pkgs.stdenv.hostPlatform.system}.default + vlc ]; }