diff options
author | Soispha <soispha@vhack.eu> | 2023-09-30 13:28:57 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-09-30 13:28:57 +0200 |
commit | 4fdeac9debb1543c196240fae75efe955de6c2c9 (patch) | |
tree | e4895c79fdab9a877216c817bb28fe70e12ba4a6 /hm/soispha | |
parent | fix(hm/conf/taskwarrior): Specify news.version persistently (diff) | |
download | nixos-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.nix | 3 |
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} ''; }; |