1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-29 19:17:45 +00:00

Add termbin alias

This commit is contained in:
RGBCube 2024-05-27 13:03:41 +03:00
parent 3b8ce6bf55
commit f5da41b495
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M

5
modules/termbin.nix Normal file
View file

@ -0,0 +1,5 @@
{ lib, ... }: with lib;
systemConfiguration {
environment.shellAliases.tb = "nc termbin.com 9999";
}