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";
|
||||
};
|
||||
preferredSource = "spotify";
|
||||
playbackSource = "spotify";
|
||||
musicControls.showPlaybackControls = true;
|
||||
songText = {
|
||||
displayInSeparateLines = false;
|
||||
|
|
|
@ -33,7 +33,7 @@ in
|
|||
settings = {
|
||||
auto-optimise-store = true;
|
||||
};
|
||||
package = pkgs.nixFlakes;
|
||||
package = pkgs.nixVersions.stable;
|
||||
extraOptions = ''
|
||||
experimental-features = nix-command flakes
|
||||
'';
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
corefonts
|
||||
vistafonts
|
||||
noto-fonts
|
||||
noto-fonts-cjk
|
||||
noto-fonts-cjk-sans
|
||||
noto-fonts-emoji
|
||||
liberation_ttf
|
||||
fira
|
||||
|
|
Loading…
Add table
Reference in a new issue