change(home:spotify): remove package overrides
This commit is contained in:
parent
0442fdc4ee
commit
35bfcc4d1f
1 changed files with 1 additions and 6 deletions
|
|
@ -9,18 +9,13 @@ let
|
||||||
multiplexer= config.ooknet.console.multiplexer;
|
multiplexer= config.ooknet.console.multiplexer;
|
||||||
hostName = osConfig.networking.hostName;
|
hostName = osConfig.networking.hostName;
|
||||||
|
|
||||||
# removed image support because it was causing issues with zellij
|
|
||||||
spotify-cli = pkgs.spotify-player.override {
|
|
||||||
withImage = false;
|
|
||||||
withSixel = false;
|
|
||||||
};
|
|
||||||
in
|
in
|
||||||
|
|
||||||
{
|
{
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
termusic
|
termusic
|
||||||
spotify-cli
|
spotify-player
|
||||||
alsa-utils
|
alsa-utils
|
||||||
mpv
|
mpv
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue