chore: Fix deprecation
This commit is contained in:
parent
d321b8d545
commit
2e89d6bc97
3 changed files with 3 additions and 3 deletions
|
@ -134,7 +134,7 @@
|
||||||
};
|
};
|
||||||
# icon = "view-media-track";
|
# icon = "view-media-track";
|
||||||
};
|
};
|
||||||
preferredSource = "spotify";
|
playbackSource = "spotify";
|
||||||
musicControls.showPlaybackControls = true;
|
musicControls.showPlaybackControls = true;
|
||||||
songText = {
|
songText = {
|
||||||
displayInSeparateLines = false;
|
displayInSeparateLines = false;
|
||||||
|
|
|
@ -33,7 +33,7 @@ in
|
||||||
settings = {
|
settings = {
|
||||||
auto-optimise-store = true;
|
auto-optimise-store = true;
|
||||||
};
|
};
|
||||||
package = pkgs.nixFlakes;
|
package = pkgs.nixVersions.stable;
|
||||||
extraOptions = ''
|
extraOptions = ''
|
||||||
experimental-features = nix-command flakes
|
experimental-features = nix-command flakes
|
||||||
'';
|
'';
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
corefonts
|
corefonts
|
||||||
vistafonts
|
vistafonts
|
||||||
noto-fonts
|
noto-fonts
|
||||||
noto-fonts-cjk
|
noto-fonts-cjk-sans
|
||||||
noto-fonts-emoji
|
noto-fonts-emoji
|
||||||
liberation_ttf
|
liberation_ttf
|
||||||
fira
|
fira
|
||||||
|
|
Loading…
Add table
Reference in a new issue