diff options
author | stuebinm | 2022-07-04 17:17:39 +0200 |
---|---|---|
committer | stuebinm | 2022-07-04 17:17:39 +0200 |
commit | 33c79af073c9a2358cbe6710676a6548045b3e68 (patch) | |
tree | 9463ca89dbb638addfdc7f75848e821e8c05dcf7 /home/home.nix | |
parent | 7f56dbbe0a944f04fb5a69553867530e7f73d68d (diff) |
wrap agenda into less
Diffstat (limited to 'home/home.nix')
-rw-r--r-- | home/home.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/home.nix b/home/home.nix index 5c98ec0..f0b23f7 100644 --- a/home/home.nix +++ b/home/home.nix @@ -62,7 +62,7 @@ "lrz-vpn" = "sudo openconnect https://asa-cluster.lrz.de"; news = "newsboat"; pj = "pijul"; - agenda = "almanac month ~/.cache/feedsync/*"; + agenda = "CLICOLOR_FORCE=1 almanac month ~/.cache/feedsync/* | less"; }; }; |