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