This commit is contained in:
Bryan Ramos 2023-06-15 14:21:50 -04:00
parent a677d5554b
commit fbc5917192
3 changed files with 3 additions and 18 deletions

View file

@ -11,16 +11,9 @@ in
enable = true;
viAlias = true;
vimAlias = true;
# TODO: Fix declarative setup
# extraLuaConfig = import ./config/init.nix;
# plugins = with pkgs.vimPlugins; [
# LazyVim
# ];
extraPackages = import ./config/servers.nix { inherit pkgs; };
};
# Bandaid fix until I can get the declarative setup working
home.file.".config/nvim" = {
source = ./config/lazyvim;
recursive = true;