Updated system and learning nvim/nvchad

This commit is contained in:
Emmet 2024-09-14 13:29:42 -05:00
parent 1154523699
commit f975867a81
4 changed files with 55 additions and 25 deletions

10
user/app/nvim/nvim.nix Normal file
View 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;
}