mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-11 04:33:29 +00:00
feat: update nvimtreelua input
This commit is contained in:
parent
ffb9f85392
commit
c1b556ee8f
4 changed files with 122 additions and 6 deletions
12
modules/dashboard/default.nix
Normal file
12
modules/dashboard/default.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
pkgs,
|
||||
config,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
./config.nix
|
||||
#./alpha-nvim.nix
|
||||
./dashboard-nvim.nix
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue