feat(spotifyd): add spotifyd

This commit is contained in:
Mohammad Rafiq 2025-04-04 23:31:59 +08:00
parent 0bc109c6a9
commit 873611b155
No known key found for this signature in database
4 changed files with 21 additions and 2 deletions

View file

@ -1,7 +1,6 @@
{
pkgs,
modulesPath,
lib,
...
}:
{
@ -24,4 +23,7 @@
"rtsx_pci_sdmmc"
];
};
services.dbus = {
enable = true;
};
}