fish: add todo display

This commit is contained in:
Daniella / Tove 2024-10-22 00:06:18 +02:00
parent e369d13153
commit 5579f41e39
Signed by: TudbuT
GPG key ID: B3CF345217F202D3

View file

@ -83,6 +83,13 @@ in
popd popd
java -cp "build/:lib/:res/" $argv java -cp "build/:lib/:res/" $argv
end 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; programs.alacritty.enable = true;
/* Here goes the rest of your home-manager config, e.g. home.packages = [ pkgs.foo ]; */ /* Here goes the rest of your home-manager config, e.g. home.packages = [ pkgs.foo ]; */