miku: Add Spotify
This commit is contained in:
parent
d8c7f5ff14
commit
d852bcba8e
@ -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 = {
|
||||
|
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user