working nvf with LazyGit!

This commit is contained in:
Vali 2024-07-08 00:13:37 +02:00
commit 1448fc78a2
7 changed files with 82 additions and 111 deletions

View file

@ -1,9 +1,7 @@
{config, ...}: let
inherit (config.modules.other.system) username;
in {
_: {
programs.neovim-flake.settings.vim = {
dashboard = {
alpha.enable = false;
alpha.enable = true;
};
};
}