1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-14 13:01:09 +01:00
home-manager/modules/misc/news/2025
S0AndS0 bd92e8ee4a asciinema: Add module to configure package
Enabling and defining minimal config file example;

```nix
{
  programs.asciinema = {
    enable = true;
    settings = {
      session.idle_time_limit = 2;
    };
  };
}
```

...  _Should_ result in output `~/.config/asciinema/config.toml` of;

```toml
[session]
idle_time_limit = 2
```

Co-authored-by: Austin Horstman <khaneliman12@gmail.com>
2025-10-03 14:21:22 -05:00
..
01 news: re-add dropped news entries (#7173) 2025-05-31 00:19:34 -05:00
02 news: re-add dropped news entries (#7173) 2025-05-31 00:19:34 -05:00
03 news: cleanup invalid timestamps 2025-08-06 00:11:26 -05:00
04 news: re-add dropped news entries (#7173) 2025-05-31 00:19:34 -05:00
05 news: cleanup invalid timestamps 2025-08-06 00:11:26 -05:00
06 news: cleanup invalid timestamps 2025-08-06 00:11:26 -05:00
07 news: add missing news entries for new modules 2025-08-11 09:59:51 -05:00
08 shpool: init shpool module 2025-08-31 11:53:50 -05:00
09 news: add aliae entry 2025-09-30 14:45:48 -05:00
10 asciinema: Add module to configure package 2025-10-03 14:21:22 -05:00