mirror of
https://github.com/kmein/niveum
synced 2026-03-18 11:01:07 +01:00
feat: add worldradio script to manakish and wilde
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
{ pkgs, lib, ... }:
|
{ pkgs, lib, ... }:
|
||||||
let
|
let
|
||||||
hc = pkgs.callPackage <stockholm/tv/5pkgs/simple/hc.nix> {};
|
hc = pkgs.callPackage <stockholm/tv/5pkgs/simple/hc.nix> {};
|
||||||
|
worldradio = pkgs.callPackage <niveum/packages/worldradio.nix> {};
|
||||||
inherit (import <niveum/lib>) nixpkgs-unstable;
|
inherit (import <niveum/lib>) nixpkgs-unstable;
|
||||||
in {
|
in {
|
||||||
imports = [
|
imports = [
|
||||||
@@ -150,6 +151,10 @@ in {
|
|||||||
qrencode
|
qrencode
|
||||||
wtf
|
wtf
|
||||||
|
|
||||||
|
(pkgs.writers.writeDashBin "worldradio" ''
|
||||||
|
shuf ${worldradio} | ${pkgs.findutils}/bin/xargs ${pkgs.mpv}/bin/mpv --no-video
|
||||||
|
'')
|
||||||
|
|
||||||
spotify
|
spotify
|
||||||
spotify-tui
|
spotify-tui
|
||||||
playerctl
|
playerctl
|
||||||
|
|||||||
Reference in New Issue
Block a user