Migrate neovim configuration to nixvim
This commit is contained in:
parent
41e97a6fc9
commit
bede9baa04
12 changed files with 374 additions and 509 deletions
|
@ -3,6 +3,7 @@
|
|||
{
|
||||
imports = [
|
||||
./git.nix
|
||||
./nvim.nix
|
||||
./zsh.nix
|
||||
];
|
||||
|
||||
|
|
7
home-manager/sajenim/features/cli/nvim.nix
Normal file
7
home-manager/sajenim/features/cli/nvim.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ inputs, ... }:
|
||||
|
||||
{
|
||||
# Install our nixvim configuration for neovim.
|
||||
home.packages = [ inputs.nixvim-config.packages.x86_64-linux.default ];
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue