miku: Add Spotify

This commit is contained in:
PapaTutuWawa 2022-03-23 15:12:36 +01:00
parent d8c7f5ff14
commit d852bcba8e
2 changed files with 6 additions and 2 deletions

View File

@ -30,7 +30,6 @@
virt-manager qemu scream virt-manager qemu scream
replaysorcery # Custom package replaysorcery # Custom package
vfio-isolate # Custom Package vfio-isolate # Custom Package
discord-wrapped # Custom package
mumble mumble
piper trackma # Custom package piper trackma # Custom package
anime-dl # Custom package anime-dl # Custom package
@ -42,6 +41,9 @@
sublime-music sublime-music
anki anki
#psst #psst
# Proprietary stuff (yikes)
discord-wrapped spotify-wrapped
]; ];
ptw = { ptw = {

View File

@ -102,7 +102,9 @@ in {
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
"firmwareLinuxNonfree" "microcodeAmd" "microcodeIntel" "firmwareLinuxNonfree" "microcodeAmd" "microcodeIntel"
"steam" "steam-original" "steam-runtime" "steam" "steam-original" "steam-runtime"
"discord" "minecraft" "discord" "discord-canary"
"minecraft"
"spotify" "spotify-unwrapped"
]; ];
services = { services = {