feat(homes): Move vlc from default.nix to nixos module

This commit is contained in:
Mohammad Rafiq 2025-07-14 02:48:14 +08:00
parent 003a676da0
commit 40b45c6c78
No known key found for this signature in database
2 changed files with 1 additions and 1 deletions

View file

@ -43,7 +43,6 @@
home = { home = {
packages = with pkgs; [ packages = with pkgs; [
prismlauncher prismlauncher
vlc
]; ];
sessionVariables = { sessionVariables = {
BROWSER = "firefox"; BROWSER = "firefox";

View file

@ -86,6 +86,7 @@ in
wl-clipboard-rs wl-clipboard-rs
stremio stremio
tor-browser tor-browser
vlc
]; ];
sessionVariables = { sessionVariables = {
LAUNCHER = "fuzzel"; LAUNCHER = "fuzzel";