Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
spotify4bigsur # Spotify4BigSur
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
spotify4bigsur # Spotify4BigSur
];
} Package Definition
{
"pname": "spotify4bigsur",
"version": "1.1",
"src": {
"url": "https://github.com/fabiusBile/Spotify4BigSur/releases/download/1.1/Spotify4BigSur.dmg",
"sha256": "304752e6b373c9365205e03bd2ea3f116e555128ef793ea0b5a1f5e8cee28b19"
},
"installPhase": [
"mkdir -p \"$out/Applications/Spotify4BigSur.app\" && cp -r \"SpotifyMain.app\" \"$out/Applications\""
],
"meta": {
"description": "Implements a Widget for Spotify in the Notification Center",
"homepage": "https://github.com/fabiusBile/Spotify4BigSur"
}
}