feat(spotifyd): add spotifyd
This commit is contained in:
parent
0bc109c6a9
commit
873611b155
4 changed files with 21 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
pkgs,
|
||||
modulesPath,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
{
|
||||
|
@ -24,4 +23,7 @@
|
|||
"rtsx_pci_sdmmc"
|
||||
];
|
||||
};
|
||||
services.dbus = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue