mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
fk it
This commit is contained in:
parent
8ea2f91e2a
commit
006273bec1
8 changed files with 494 additions and 4 deletions
|
|
@ -11,12 +11,19 @@ in
|
|||
enable = true;
|
||||
viAlias = true;
|
||||
vimAlias = true;
|
||||
|
||||
|
||||
# TODO: Fix declarative setup
|
||||
# extraLuaConfig = import ./config/init.nix;
|
||||
plugins = with pkgs.vimPlugins; [
|
||||
LazyVim
|
||||
];
|
||||
# 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;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue