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

@@ -143,6 +143,7 @@
};
};
};
tmux-float = inputs.tmux-float.packages.${prev.system}.default;
};
catppuccinThemes = final: prev: {
catppuccinThemes = import ./themes/catppuccin.nix {pkgs = final.pkgs;};