Moved all to moduler
This commit is contained in:
parent
72dafab57f
commit
70b6634137
41 changed files with 35 additions and 52 deletions
13
moduler/neovim.nix
Normal file
13
moduler/neovim.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{ config, inputs, pkgs, ... }:
|
||||
|
||||
let
|
||||
in
|
||||
{
|
||||
# Enable the Home Manager Neovim module if you haven't already
|
||||
# programs.neovim.enable = true;
|
||||
|
||||
# Create a symlink from the Nix store to the Neovim config directory
|
||||
xdg.configFile."nvim".source = inputs.nvim-config;
|
||||
|
||||
# Other Home Manager options...
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue