diff --git a/modules/zsh/init.nix b/modules/zsh/init.nix index 4b3cbf10..eece5a0b 100644 --- a/modules/zsh/init.nix +++ b/modules/zsh/init.nix @@ -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" }