mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
Updated system and learning nvim/nvchad
This commit is contained in:
parent
1154523699
commit
f975867a81
4 changed files with 55 additions and 25 deletions
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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue