From 02a7d9ee523d0411145d97dc45003f376ccce98c Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sat, 13 Jul 2024 15:16:11 +0200 Subject: fix(modules): Adopt to flake update --- modules/home/conf/nvim/files/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/home/conf/nvim/files') 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} ''; }; -- cgit 1.4.1