mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
feat: terminal multiplexing and vterm
This commit is contained in:
parent
23e1f73ce9
commit
eab9e040aa
10 changed files with 961 additions and 11 deletions
|
|
@ -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;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue