about summary refs log tree commit diff stats
path: root/home-manager
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-08-19 22:30:31 +0200
committerSoispha <soispha@vhack.eu>2023-08-19 22:30:31 +0200
commit7c59604994248c083dbbcd0f648e641863969532 (patch)
treea88366b5969531f1d0043e62d1ded69eee88b748 /home-manager
parentFix(hm/conf/neovim): Add linter and formatters to the wrapped neovim (diff)
downloadnixos-config-7c59604994248c083dbbcd0f648e641863969532.tar.gz
nixos-config-7c59604994248c083dbbcd0f648e641863969532.zip
Fix(hm/conf/neovim): Put the config file heading at the top
Diffstat (limited to 'home-manager')
-rw-r--r--home-manager/soispha/config/neovim/nixvim/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/home-manager/soispha/config/neovim/nixvim/default.nix b/home-manager/soispha/config/neovim/nixvim/default.nix
index 8fc6a05e..93729501 100644
--- a/home-manager/soispha/config/neovim/nixvim/default.nix
+++ b/home-manager/soispha/config/neovim/nixvim/default.nix
@@ -1,4 +1,4 @@
-{pkgs, ...}: {
+{pkgs, lib, ...}: {
   imports = [
     ./autocmds
     ./clipboard
@@ -10,7 +10,7 @@
     enable = true;
 
     # source: https://www.patorjk.com/software/taag/#p=display&f=ANSI%20Shadow&t=Neovim
-    extraConfigLuaPre = ''
+    extraConfigLuaPre = lib.mkBefore ''
       ---------------------------------------------------------------------------
       --
       --     ███╗   ██╗███████╗ ██████╗ ██╗   ██╗██╗███╗   ███╗