1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-02 23:21:02 +01:00
home-manager/modules/misc/news
S0AndS0 1dbb3fd2f7
radio-active: add module to create config files
Configuration entry similar to;

```nix
programs.radio-active.enable = true;
```

By default `ffplay` is used for recording/playback, but that can be
changed by applying either of the following;

```nix
programs.radio-active.settings.AppConfig.player = "vlc";
programs.radio-active.settings.AppConfig.player = "mpv";
```

All other configuration options documented by;
https://github.com/deep5050/radio-active?tab=readme-ov-file#default-configs
maybe applied under the `AppConfig` attribute set.

Finally, the `aliases` attribute set allows for defining key/value pares
that will generate a `~/.radio-active-alias` of bookmarked stations, for
example something like;

```nix
programs.radio-active.aliases = {
  "Deep House Lounge" = "http://198.15.94.34:8006/stream";
};
```

... will result in;

```
Deep House Lounge==http://198.15.94.34:8006/stream
```

WARN: Darwin hosts may report issues about `pkgs.vlc`

Co-authored-by: Robert Helgesson <robert@rycee.net>
2025-09-28 08:58:42 +02:00
..
2020/04 news: migrate news entries to YYYY/MM directory structure 2025-05-12 22:14:03 -05:00
2021 news: migrate news entries to YYYY/MM directory structure 2025-05-12 22:14:03 -05:00
2022 news: migrate news entries to YYYY/MM directory structure 2025-05-12 22:14:03 -05:00
2023 news: fix duplicate news id 2025-08-06 00:11:26 -05:00
2024 accounts.email: add option to disable an account 2025-08-07 14:08:46 -05:00
2025 radio-active: add module to create config files 2025-09-28 08:58:42 +02:00
create-news-entry.sh news: reorganize news into YYYY/MM directory structure 2025-05-12 22:14:03 -05:00