diff options
author | sinanmohd <sinan@sinanmohd.com> | 2025-08-31 15:39:39 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2025-08-31 22:28:28 +0530 |
commit | 31458b74b81df4ef5101c01b26fc28fc32ee821b (patch) | |
tree | 15846c395e3ac5aa085a30d11833b6f531abb345 /home/common/home.nix | |
parent | 07854ac073b6c4a3e749078fa113367105a7af08 (diff) |
feat(home/common): init neovim
Diffstat (limited to 'home/common/home.nix')
-rw-r--r-- | home/common/home.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/common/home.nix b/home/common/home.nix index 410efd6..f3ecad9 100644 --- a/home/common/home.nix +++ b/home/common/home.nix @@ -12,6 +12,7 @@ in ./modules/xdg_ninja.nix ./modules/ssh.nix ./modules/dev.nix + ./modules/neovim ../../global/common ]; |