mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-20 05:59:51 -07:00
feat: add spotifyd module
This commit is contained in:
parent
f05231223b
commit
675f37c5b1
2 changed files with 10 additions and 1 deletions
9
modules/nixos/spotifyd/default.nix
Normal file
9
modules/nixos/spotifyd/default.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{pkgs, ...}: {
|
||||
services.spotifyd = {
|
||||
enable = true;
|
||||
# settings = {global = 320;};
|
||||
};
|
||||
environment.systemPackages = [
|
||||
pkgs.spotify-player
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue