formated using alejandra
This commit is contained in:
parent
88a48b895c
commit
4b1114a616
92 changed files with 1377 additions and 1156 deletions
|
|
@ -1,20 +1,22 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
programs.newsboat = {
|
||||
enable = true;
|
||||
autoReload = true;
|
||||
browser = "~/bin/myweb";
|
||||
reloadThreads = 4;
|
||||
reloadThreads = 4;
|
||||
reloadTime = 45;
|
||||
extraConfig =
|
||||
''
|
||||
extraConfig = ''
|
||||
article-sort-order date
|
||||
bind-key D mark-feed-read
|
||||
bind-key D mark-feed-read
|
||||
bind-key J next-feed
|
||||
bind-key K prev-feed
|
||||
bind-key N toggle-article-read
|
||||
bind-key SPACE open
|
||||
bind-key a mark-feed-read
|
||||
bind-key a mark-feed-read
|
||||
bind-key d toggle-article-read
|
||||
bind-key i quit
|
||||
bind-key j next
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue