From 9b1defa42868c791a5baa784d68a56449fa7f321 Mon Sep 17 00:00:00 2001 From: Matei Adriel Date: Tue, 1 Feb 2022 01:19:42 +0200 Subject: [PATCH] chore: fixed broken formatting --- modules/applications/neovim.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/applications/neovim.nix b/modules/applications/neovim.nix index 2c14b00..55aa93d 100644 --- a/modules/applications/neovim.nix +++ b/modules/applications/neovim.nix @@ -7,7 +7,7 @@ let in { - home-manager.users.adrielus.programs.neovim = { + home-manager.users.adrielus.programs.neovim = { enable = true; package = pkgs.neovim-nightly;