From 0334f7fc20c2bf4c802eb7a7e9ee00cb306a8db0 Mon Sep 17 00:00:00 2001 From: Alejandro Angulo Date: Sat, 1 Jun 2024 08:21:35 -0700 Subject: [PATCH] Exposed configuration as a nixos module --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 049fbea..cdfc0ef 100644 --- a/flake.nix +++ b/flake.nix @@ -52,5 +52,6 @@ hydraJobs = { neovim = inputs.self.packages.x86_64-linux.default; }; + nixosModules.neovim = import ./config; }; }