nichts/modules/editors/nvf/plugins/settings/dashboard.nix

9 lines
175 B
Nix

{config, ...}: let
inherit (config.modules.other.system) username;
in {
programs.neovim-flake.settings.vim = {
dashboard = {
alpha.enable = false;
};
};
}