diff --git a/home.nix b/home.nix index 3c7fb49..144982f 100644 --- a/home.nix +++ b/home.nix @@ -93,6 +93,9 @@ in echo end end + function edit-todo + hx ~/sync/todo.txt + end ''; programs.alacritty.enable = true; /* Here goes the rest of your home-manager config, e.g. home.packages = [ pkgs.foo ]; */