feat: Added tmux-float to toggle the floating terminal

This commit is contained in:
uttarayan21
2024-12-24 18:37:12 +05:30
parent 29ef167516
commit 328248536e
5 changed files with 143 additions and 10 deletions

View File

@@ -130,6 +130,10 @@
url = "github:ray-x/guihua.lua";
flake = false;
};
tmux-float = {
url = "github:uttarayan21/tmux-float";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = {