Always run --clear with watchexec
Some checks are pending
/ check (push) Waiting to run

Signed-off-by: Oliver Davies <oliver@oliverdavies.uk>
This commit is contained in:
Oliver Davies 2025-11-08 18:54:09 +00:00
parent aae4bdcda9
commit d5cfcf2059

View file

@ -1,3 +1,5 @@
{ lib, ... }:
{
flake.modules.homeManager.base =
{ config, pkgs, ... }:
@ -47,6 +49,10 @@
command ${pkgs.ttyper}/bin/ttyper --language english1000 --words 50 "''${@}"
}
watchexec() {
${lib.getExe pkgs.watchexec} --clear "$@"
}
weather() {
curl "https://wttr.in/''$1"
}