fix spotifyd volume & remove unecessary catppuccin cursors
This commit is contained in:
parent
5b736e0248
commit
b3b2cddabe
1 changed files with 5 additions and 14 deletions
|
|
@ -1,8 +1,8 @@
|
||||||
{
|
{
|
||||||
config,
|
config,
|
||||||
pkgs,
|
pkgs,
|
||||||
|
pkgs-unstable,
|
||||||
lib,
|
lib,
|
||||||
types,
|
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
options = {
|
options = {
|
||||||
|
|
@ -186,27 +186,18 @@
|
||||||
# enableWideVine = true;
|
# enableWideVine = true;
|
||||||
# })
|
# })
|
||||||
(catppuccin-kde.override {
|
(catppuccin-kde.override {
|
||||||
flavour = [
|
flavour = [config.catppuccin.flavor];
|
||||||
"latte"
|
accents = [config.catppuccin.accent];
|
||||||
config.catppuccin.flavor
|
|
||||||
];
|
|
||||||
accents = [
|
|
||||||
config.catppuccin.accent
|
|
||||||
];
|
|
||||||
})
|
})
|
||||||
])
|
])
|
||||||
++ [
|
++ [
|
||||||
pkgs.catppuccin-cursors.latteDark
|
|
||||||
pkgs.catppuccin-cursors.latteLight
|
|
||||||
pkgs.catppuccin-cursors."latte${config.catppuccinUpper.accent}"
|
|
||||||
pkgs.catppuccin-cursors."${config.catppuccin.flavor}Dark"
|
|
||||||
pkgs.catppuccin-cursors."${config.catppuccin.flavor}Light"
|
|
||||||
pkgs.catppuccin-cursors."${config.catppuccin.flavor}${config.catppuccinUpper.accent}"
|
pkgs.catppuccin-cursors."${config.catppuccin.flavor}${config.catppuccinUpper.accent}"
|
||||||
];
|
];
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
spotifyd = {
|
spotifyd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
package = pkgs-unstable.spotifyd;
|
||||||
settings = {
|
settings = {
|
||||||
global = {
|
global = {
|
||||||
device_type = "computer";
|
device_type = "computer";
|
||||||
|
|
@ -216,7 +207,7 @@
|
||||||
bitrate = 320;
|
bitrate = 320;
|
||||||
initial_volume = 100;
|
initial_volume = 100;
|
||||||
volume_normalisation = true;
|
volume_normalisation = true;
|
||||||
normalisation_pregain = -10;
|
normalisation_pregain = 0;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue