From 44d7f935d793f21d57cf3f4ae03ecf798cc15624 Mon Sep 17 00:00:00 2001
From: Benedikt Peetz <benedikt.peetz@b-peetz.de>
Date: Sun, 24 Nov 2024 21:10:25 +0100
Subject: fix(modules/lf): Use the correct name for the ctpv config file

---
 modules/by-name/lf/lf/module.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'modules')

diff --git a/modules/by-name/lf/lf/module.nix b/modules/by-name/lf/lf/module.nix
index 829c05cc..7c31b711 100644
--- a/modules/by-name/lf/lf/module.nix
+++ b/modules/by-name/lf/lf/module.nix
@@ -33,7 +33,7 @@ in {
       xdg.configFile = {
         "lf/icons".source = ./icons;
         "lf/colors".source = ./colors;
-        "cptv/config".text = import ./ctpv {inherit pkgs sysLib lib;};
+        "ctpv/config".text = import ./ctpv {inherit pkgs sysLib lib;};
       };
 
       programs.lf = {
-- 
cgit 1.4.1