mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-02 21:34:33 +02:00
parent
6484938d4b
commit
9b9912077e
2 changed files with 23 additions and 7 deletions
|
@ -13,6 +13,23 @@
|
|||
};
|
||||
};
|
||||
|
||||
terminal = {
|
||||
plugins.alpha = {
|
||||
enable = true;
|
||||
layout = [
|
||||
{
|
||||
type = "terminal";
|
||||
command = "thisisfine";
|
||||
width = 46;
|
||||
height = 25;
|
||||
opts = {
|
||||
redraw = true;
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
custom-layout = {
|
||||
plugins.alpha = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue