about summary refs log tree commit diff stats
path: root/modules/home/conf/nvim/files
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-07-13 15:16:11 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-07-13 15:16:11 +0200
commit02a7d9ee523d0411145d97dc45003f376ccce98c (patch)
tree1d80c0a69195e0c8beee7234aa0cc5da8e7ce5a0 /modules/home/conf/nvim/files
parentbuild(treewide): Update (diff)
downloadnixos-config-02a7d9ee523d0411145d97dc45003f376ccce98c.tar.gz
nixos-config-02a7d9ee523d0411145d97dc45003f376ccce98c.zip
fix(modules): Adopt to flake update
Diffstat (limited to '')
-rw-r--r--modules/home/conf/nvim/files/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/home/conf/nvim/files/default.nix b/modules/home/conf/nvim/files/default.nix
index 68c267b9..f935ac7b 100644
--- a/modules/home/conf/nvim/files/default.nix
+++ b/modules/home/conf/nvim/files/default.nix
@@ -1,7 +1,7 @@
 {lib, ...}: {
   programs.nixvim = {
     extraFiles = {
-      "ftplugin/tex.lua" = ''
+      "ftplugin/tex.lua".text = ''
         ${lib.strings.fileContents ./ftplugin/tex.lua}
       '';
     };