about summary refs log tree commit diff stats
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/by-name/lf/lf/module.nix2
1 files changed, 1 insertions, 1 deletions
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 = {