Move to DashVim

This commit is contained in:
DashieTM 2024-07-15 01:57:04 +02:00
parent cd0bfe5cd5
commit e8fa641a15
11 changed files with 682 additions and 339 deletions

View file

@ -5,9 +5,15 @@
}:
{
imports = [
(import ./nvim/default.nix { inherit lib pkgs; colorscheme = config.conf.colorscheme; })
# old neovim config
# (import ./nvim/default.nix { inherit lib pkgs; colorscheme = config.conf.colorscheme; })
];
programs.dashvim = {
enable = true;
colorscheme = config.conf.colorscheme;
};
home.packages = with pkgs; [
#basics
gitui