feat: spicetify add lyricsPlus to app display

This commit is contained in:
Zhongheng Liu 2024-09-23 10:21:52 +03:00
commit 236c4b8ed2
No known key found for this signature in database
2 changed files with 4 additions and 1 deletions

View file

@ -15,7 +15,9 @@ in {
enable = true;
theme = spicePkgs.themes.onepunch;
colorScheme = "Dark";
enabledCustomApps = with spicePkgs.apps; [
lyricsPlus
];
enabledExtensions = with spicePkgs.extensions; [
adblock
fullAppDisplay

View file

@ -44,5 +44,6 @@
# networking.interfaces.wlp4s0.useDHCP = lib.mkDefault true;
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
hardware.enableAllFirmware = true;
hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
}