about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-09-30 13:28:57 +0200
committerSoispha <soispha@vhack.eu>2023-09-30 13:28:57 +0200
commit4fdeac9debb1543c196240fae75efe955de6c2c9 (patch)
treee4895c79fdab9a877216c817bb28fe70e12ba4a6
parentfix(hm/conf/taskwarrior): Specify news.version persistently (diff)
downloadnixos-config-4fdeac9debb1543c196240fae75efe955de6c2c9.zip
fix(hm/conf/nvim/files/ftplugin/tex): Add file to correct path
Diffstat (limited to '')
-rw-r--r--hm/soispha/conf/nvim/files/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/hm/soispha/conf/nvim/files/default.nix b/hm/soispha/conf/nvim/files/default.nix
index 5045eb9f..c44f45b0 100644
--- a/hm/soispha/conf/nvim/files/default.nix
+++ b/hm/soispha/conf/nvim/files/default.nix
@@ -8,8 +8,7 @@
       pkgs.vimExtraPlugins.gruvbox
     ];
     extraFiles = {
-      path = "ftplugin/tex.lua";
-      content = ''
+      "ftplugin/tex.lua" = ''
         ${lib.strings.fileContents ./ftplugin/tex.lua}
       '';
     };