From e097c9d25f88fd52f844e9a7a4f05138e70809a3 Mon Sep 17 00:00:00 2001 From: Amneesh Singh Date: Sun, 29 Jun 2025 17:53:05 +0530 Subject: [PATCH] hosts: move neovim to programs/ Signed-off-by: Amneesh Singh --- hosts/default.nix | 2 +- hosts/{nvim.nix => programs/neovim/default.nix} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename hosts/{nvim.nix => programs/neovim/default.nix} (100%) diff --git a/hosts/default.nix b/hosts/default.nix index 6c1bfd1..82fa6c1 100644 --- a/hosts/default.nix +++ b/hosts/default.nix @@ -3,7 +3,7 @@ let inherit (inputs) nixpkgs; commonModules = [ - ./nvim.nix + ./programs/neovim ./programs/nix ./programs/zsh ./programs/gnupg diff --git a/hosts/nvim.nix b/hosts/programs/neovim/default.nix similarity index 100% rename from hosts/nvim.nix rename to hosts/programs/neovim/default.nix