1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-06 09:01:04 +01:00
home-manager/modules/misc/news
S0AndS0 a60021a8c9
pianobar: add module to create config file (#7734)
Configuration entry similar to;

```nix
    programs.pianobar = {
      enable = true;
      user = "groovy-tunes@example.com";
      password_command = "cat /run/secrets/pianobar/groovy-tunes";
    };
```

... will produce a `~/.config/pianobar/config` file with content of;

```conf
user = groovy-tunes@example.com
password_command = cat /run/secrets/pianobar/groovy-tunes
```

...  and add `pianobar` to `home.packages` list.

All configurations that `man pianobar` documents _should_ available via
`extraOptions` attribute.

License, according to `NixOS/nixpkgs` is MIT, and that seems to match
what's shown on `PromyLOPh/pianobar` repo too;

- d92bfd5feb/pkgs/by-name/pi/pianobar/package.nix (L42o)
- https://github.com/PromyLOPh/pianobar/?tab=License-1-ov-file#readme
2025-09-09 22:43:46 -05: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 pianobar: add module to create config file (#7734) 2025-09-09 22:43:46 -05:00
create-news-entry.sh news: reorganize news into YYYY/MM directory structure 2025-05-12 22:14:03 -05:00