11.stylix/modules/neovim/testbeds/nixvim.nix

8 lines
140 B
Nix

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