Updated system and learning nvim/nvchad
This commit is contained in:
10
user/app/nvim/nvim.nix
Normal file
10
user/app/nvim/nvim.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ pkgs, inputs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
neovim
|
||||
neovide
|
||||
];
|
||||
home.file.".config/nvim".source = inputs.nvchad;
|
||||
home.file.".config/nvim".recursive = true;
|
||||
}
|
Reference in New Issue
Block a user