summaryrefslogtreecommitdiff
path: root/home/home.nix
diff options
context:
space:
mode:
authorstuebinm2022-07-04 17:17:39 +0200
committerstuebinm2022-07-04 17:17:39 +0200
commit33c79af073c9a2358cbe6710676a6548045b3e68 (patch)
tree9463ca89dbb638addfdc7f75848e821e8c05dcf7 /home/home.nix
parent7f56dbbe0a944f04fb5a69553867530e7f73d68d (diff)
wrap agenda into less
Diffstat (limited to '')
-rw-r--r--home/home.nix2
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";
};
};