added neovim
This commit is contained in:
11
modules/home-manager/neovim/default.nix
Normal file
11
modules/home-manager/neovim/default.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{ pkgs, config, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
noevim
|
||||
];
|
||||
home.file.".config/nvim/" = {
|
||||
source = ./nvim;
|
||||
recursive = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user