plugins/alpha: proper terminal support

This commit is contained in:
Austin Horstman 2024-09-18 22:05:48 -05:00
parent beb42716ff
commit 5660c4011c
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

View file

@ -199,6 +199,7 @@ in
in in
'' ''
require('alpha').setup(${lib.nixvim.toLuaObject setupOptions}) require('alpha').setup(${lib.nixvim.toLuaObject setupOptions})
require('alpha.term')
''; '';
}; };
} }

View file

@ -19,7 +19,7 @@
layout = [ layout = [
{ {
type = "terminal"; type = "terminal";
command = "thisisfine"; command = "echo 'Welcome to Nixvim!'";
width = 46; width = 46;
height = 25; height = 25;
opts = { opts = {