diff --git a/modules/termbin.nix b/modules/termbin.nix new file mode 100644 index 0000000..66d49bd --- /dev/null +++ b/modules/termbin.nix @@ -0,0 +1,5 @@ +{ lib, ... }: with lib; + +systemConfiguration { + environment.shellAliases.tb = "nc termbin.com 9999"; +}