add spotifyd
This commit is contained in:
parent
27d3704a6a
commit
d437c762fd
3 changed files with 108 additions and 0 deletions
18
home/all.nix
18
home/all.nix
|
|
@ -42,6 +42,24 @@
|
|||
colloid-icon-theme
|
||||
];
|
||||
|
||||
services = {
|
||||
spotifyd = {
|
||||
enable = true;
|
||||
settings = {
|
||||
global = {
|
||||
device_type = "computer";
|
||||
dbus_type = "session";
|
||||
disable_discovery = true;
|
||||
use_mpris = true;
|
||||
bitrate = 320;
|
||||
initial_volume = 100;
|
||||
volume_normalisation = true;
|
||||
normalisation_pregain = -10;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
catppuccin = {
|
||||
enable = true;
|
||||
cursors.enable = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue