nixos-config/modules/home-manager/nixvim/plugins/floaterm.nix
2024-07-19 15:51:55 +09:00

8 lines
76 B
Nix

{ ... }:
{
program.nixvim.plugins.floaterm = {
enable = true;
};
}