made music role.

This commit is contained in:
Gabe Venberg 2024-05-17 13:47:30 -05:00
parent 41e6afa642
commit 360e4a227c
4 changed files with 16 additions and 12 deletions

View file

@ -1,10 +0,0 @@
{
config,
pkgs,
lib,
...
}: {
home.packages = with pkgs; [
mpdevil
];
}