2.home-manager/modules/misc/news
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
..
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 asciinema: Add module to configure package 2025-10-03 14:21:22 -05:00
create-news-entry.sh news: reorganize news into YYYY/MM directory structure 2025-05-12 22:14:03 -05:00