From 5579f41e39742636e7a5c76b07f4eb5bbb0c3c48 Mon Sep 17 00:00:00 2001 From: TudbuT Date: Tue, 22 Oct 2024 00:06:18 +0200 Subject: [PATCH] fish: add todo display --- home.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/home.nix b/home.nix index 0213bec..ca4b96e 100644 --- a/home.nix +++ b/home.nix @@ -83,6 +83,13 @@ in popd java -cp "build/:lib/:res/" $argv end + if status is-interactive + if [ -e ~/sync/todo.txt ] + echo "> Your TODOs from ~/sync/todo.txt:" + cat ~/sync/todo.txt + echo + end + end ''; programs.alacritty.enable = true; /* Here goes the rest of your home-manager config, e.g. home.packages = [ pkgs.foo ]; */