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
replaysorcery # Custom package
vfio-isolate # Custom Package
discord-wrapped # Custom package
mumble
piper trackma # Custom package
anime-dl # Custom package
@ -42,6 +41,9 @@
sublime-music
anki
#psst
# Proprietary stuff (yikes)
discord-wrapped spotify-wrapped
];
ptw = {

View File

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