HASH 3a3e949e64d9
DATE 2025-01-19
SUBJECT music: disable sixel for spotify
FILES 2 CHANGED
HASH 3a3e949e64d9
DATE 2025-01-19
SUBJECT music: disable sixel for spotify
FILES 2 CHANGED
┌─ modules/home/workstation/media/music.nix ─────────────────────────────────┐
│ diff --git a/modules/home/workstation/media/music.nix b/modules/home/workstation/m │
│ edia/music.nix │
│ index 4b52721..b5a967f 100644 │
│ --- a/modules/home/workstation/media/music.nix │
│ +++ b/modules/home/workstation/media/music.nix │
│ @@ -4,6 +4,7 @@ │
│ config, │
│ lib, │
│ hozen, │
│ + self', │
│ ... │
│ }: let │
│ inherit (lib) mkIf getExe elem; │
│ @@ -36,6 +37,7 @@ in { │
│ programs = { │
│ spotify-player = { │
│ enable = true; │
│ + package = self'.packages.spotify-player; │
│ settings = { │
│ theme = "default"; │
│ client_id_command = "cat ${spotify_key.path}"; │
└────────────────────────────────────────────────────────────────────────────────────┘
┌─ ...e/workstation/media/music.nix ───┐
│ diff --git a/modules/home/workstation/media/ │
│ music.nix b/modules/home/workstation/media/m │
│ usic.nix │
│ index 4b52721..b5a967f 100644 │
│ --- a/modules/home/workstation/media/music.n │
│ ix │
│ +++ b/modules/home/workstation/media/music.n │
│ ix │
│ @@ -4,6 +4,7 @@ │
│ config, │
│ lib, │
│ hozen, │
│ + self', │
│ ... │
│ }: let │
│ inherit (lib) mkIf getExe elem; │
│ @@ -36,6 +37,7 @@ in { │
│ programs = { │
│ spotify-player = { │
│ enable = true; │
│ + package = self'.packages.spotify-pl │
│ ayer; │
│ settings = { │
│ theme = "default"; │
│ client_id_command = "cat ${spotif │
│ y_key.path}"; │
└──────────────────────────────────────────────┘
┌─ outputs/pkgs/default.nix ─────────────────────────────────────────────────┐
│ diff --git a/outputs/pkgs/default.nix b/outputs/pkgs/default.nix │
│ index 3a5d2cc..f33f137 100644 │
│ --- a/outputs/pkgs/default.nix │
│ +++ b/outputs/pkgs/default.nix │
│ @@ -26,7 +26,10 @@ │
│ │
│ inherit (projectPlus) fpp-config fpp-launcher fpp-sd; │
│ project-plus = projectPlus.package; │
│ - spotify-player = pkgs.spotify-player.override {withImage = false;}; │
│ + spotify-player = pkgs.spotify-player.override { │
│ + withImage = false; │
│ + withSixel = false; │
│ + }; │
│ }; │
│ }; │
│ } │
└────────────────────────────────────────────────────────────────────────────────────┘
┌─ outputs/pkgs/default.nix ───────────┐
│ diff --git a/outputs/pkgs/default.nix b/outp │
│ uts/pkgs/default.nix │
│ index 3a5d2cc..f33f137 100644 │
│ --- a/outputs/pkgs/default.nix │
│ +++ b/outputs/pkgs/default.nix │
│ @@ -26,7 +26,10 @@ │
│ │
│ inherit (projectPlus) fpp-config fpp- │
│ launcher fpp-sd; │
│ project-plus = projectPlus.package; │
│ - spotify-player = pkgs.spotify-player. │
│ override {withImage = false;}; │
│ + spotify-player = pkgs.spotify-player. │
│ override { │
│ + withImage = false; │
│ + withSixel = false; │
│ + }; │
│ }; │
│ }; │
│ } │
└──────────────────────────────────────────────┘
[ BACK TO LOG ]
──────────────────────────────────────────────────────────────────────────────────────
OOKNET
────────────────────────────────────────────────
OOKNET