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>
8 lines
140 B
Nix
8 lines
140 B
Nix
{
|
|
stylix.testbed.ui.command = {
|
|
text = "nvim flake-parts/flake.nix";
|
|
useTerminal = true;
|
|
};
|
|
|
|
programs.nixvim.enable = true;
|
|
}
|