about summary refs log tree commit diff stats
path: root/modules/by-name
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-11-24 21:10:25 +0100
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-11-24 21:10:25 +0100
commit44d7f935d793f21d57cf3f4ae03ecf798cc15624 (patch)
tree29f2274e7e2b6332ea13fd7339fe03b33962ee64 /modules/by-name
parentchore(pkgs/ctpv): 1.1 -> 1.1-unstable-2024-11-24 (diff)
downloadnixos-config-44d7f935d793f21d57cf3f4ae03ecf798cc15624.tar.gz
nixos-config-44d7f935d793f21d57cf3f4ae03ecf798cc15624.zip
fix(modules/lf): Use the correct name for the ctpv config file
Diffstat (limited to 'modules/by-name')
-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 = {