spotify
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
htop
|
||||
nerd-fonts.hack
|
||||
neofetch
|
||||
spotifyd
|
||||
uv
|
||||
wev
|
||||
];
|
||||
|
||||
11
home/packages/spotifyd/spotifyd.nix
Normal file
11
home/packages/spotifyd/spotifyd.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{config, pkgs, ...}:
|
||||
{
|
||||
services.spotifyd = {
|
||||
enable = true;
|
||||
settings = {
|
||||
global = {
|
||||
device_name = "yukigekko";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user