mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 19:46:05 +01:00
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> |
||
|---|---|---|
| .. | ||
| gtk | ||
| news | ||
| qt | ||
| dconf.nix | ||
| debug.nix | ||
| editorconfig.nix | ||
| fontconfig.nix | ||
| gtk.nix | ||
| lib.nix | ||
| mozilla-messaging-hosts.nix | ||
| news.nix | ||
| nix-remote-build.nix | ||
| nix.nix | ||
| nixgl.nix | ||
| nixpkgs-disabled.nix | ||
| nixpkgs.nix | ||
| numlock.nix | ||
| pam.nix | ||
| qt.nix | ||
| shell.nix | ||
| specialisation.nix | ||
| submodule-support.nix | ||
| tmpfiles.nix | ||
| uninstall.nix | ||
| version.nix | ||
| vte.nix | ||
| xdg-autostart.nix | ||
| xdg-desktop-entries.nix | ||
| xdg-mime-apps.nix | ||
| xdg-mime.nix | ||
| xdg-portal.nix | ||
| xdg-system-dirs.nix | ||
| xdg-terminal-exec.nix | ||
| xdg-user-dirs.nix | ||
| xdg.nix | ||
| xfconf.nix | ||