11.stylix/modules/neovim/testbeds/nixvim-integrated.nix
Flameopathic 526c882800
nixvim: add standalone testbed (#1902)
Link: https://github.com/nix-community/stylix/pull/1902

Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
Co-authored-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-09-24 14:17:30 +02:00

8 lines
140 B
Nix

{
stylix.testbed.ui.command = {
text = "nvim flake-parts/flake.nix";
useTerminal = true;
};
programs.nixvim.enable = true;
}