feat: terminal multiplexing and vterm

This commit is contained in:
Leon Schwarzäugl 2024-09-01 22:27:07 +02:00
parent 23e1f73ce9
commit eab9e040aa
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
10 changed files with 961 additions and 11 deletions

View file

@ -37,4 +37,9 @@
nixpkgs-stable = final: _prev: {
stable = import inputs.nixpkgs-stable { inherit (final) system; };
};
zjstatus = final: _prev: {
zjstatus = inputs.zjstatus.packages.${_prev.system}.default;
};
}