mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +00:00
Add termbin alias
This commit is contained in:
parent
3b8ce6bf55
commit
f5da41b495
1 changed files with 5 additions and 0 deletions
5
modules/termbin.nix
Normal file
5
modules/termbin.nix
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
{ lib, ... }: with lib;
|
||||||
|
|
||||||
|
systemConfiguration {
|
||||||
|
environment.shellAliases.tb = "nc termbin.com 9999";
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue