add media home module

This commit is contained in:
TheWanderingCrow 2025-07-10 22:18:13 -04:00
parent 5ee5117a85
commit 39a1d66646
2 changed files with 7 additions and 0 deletions

View file

@ -4,5 +4,6 @@
common/optional/desktops/sway
common/optional/browsers/firefox.nix
common/optional/comms
common/optional/media
];
}

View file

@ -0,0 +1,6 @@
{pkgs, ...}: {
home.packages = with pkgs; [
spotify
vlc
];
}