commit 2770e9c8e0810e1c2aa9d1e1a90bfc2bd3116dd1
parent 9d8d8ee5f9cdf541879e1bd66ef0ad17a05eb564
Author: Leah (ctucx) <git@ctu.cx>
Date: Thu, 12 Jan 2023 23:12:28 +0100
parent 9d8d8ee5f9cdf541879e1bd66ef0ad17a05eb564
Author: Leah (ctucx) <git@ctu.cx>
Date: Thu, 12 Jan 2023 23:12:28 +0100
configurations/darwin: add `Spotify`
3 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/configurations/darwin/appIcons.nix b/configurations/darwin/appIcons.nix @@ -37,6 +37,7 @@ let "LibreOffice.app" = (pkgs.fetchurl { url = "https://media.macosicons.com/parse/files/macOSicons/ce3097d5c5ce2322c7a868ed29f61cd8_Libre_Office.icns"; sha256 = "sha256-g78sDw366lkiJKfS6pgeTjxrpX2mSROkNTXmLaBZw1c"; }); "Firefox.app" = (pkgs.fetchurl { url = "https://media.macosicons.com/parse/files/macOSicons/3e2e434eb31e1d096e4fe6d87857ad0b_Firefox.icns"; sha256 = "sha256-0XU8hgUm8oBs5TrApHqE1yfYD8rzC55NxC2b+v3eg74"; }); "Thunderbird.app" = (pkgs.fetchurl { url = "https://media.macosicons.com/parse/files/macOSicons/d05f6c9df12594a119f87ba6b30d663f_Thunderbird.icns"; sha256 = "sha256-3mW22LfQQ+rAMki5LgnvlG3fa2Ct8EefYP4rQqI9HoI"; }); + "Spotify.app" = (pkgs.fetchurl { url = "https://media.macosicons.com/parse/files/macOSicons/4090113b34494acb98864cdd51066821_Spotify_Alt.icns"; sha256 = "sha256-GDDFeTotcJ0G4St0A8hTU5Lnd2vEywKILcwh/1i1yBA"; }); }; in {
diff --git a/configurations/darwin/dock.nix b/configurations/darwin/dock.nix @@ -11,6 +11,7 @@ --add /System/Applications/Calendar.app \ --add /System/Applications/Reminders.app \ --add /System/Applications/Photos.app \ + --add /Applications/Spotify.app \ --add /System/Applications/Podcasts.app \ --add /Applications/iTerm.app \ --add "/System/Applications/Utilities/Activity Monitor.app" \
diff --git a/configurations/darwin/homebrew.nix b/configurations/darwin/homebrew.nix @@ -26,6 +26,7 @@ "telegram" "libreoffice" "iina" + "spotify" "polymc" "moneymoney" "utm"