diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-11-24 21:10:25 +0100 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-11-24 21:10:25 +0100 |
commit | 44d7f935d793f21d57cf3f4ae03ecf798cc15624 (patch) | |
tree | 29f2274e7e2b6332ea13fd7339fe03b33962ee64 /modules | |
parent | chore(pkgs/ctpv): 1.1 -> 1.1-unstable-2024-11-24 (diff) | |
download | nixos-config-44d7f935d793f21d57cf3f4ae03ecf798cc15624.tar.gz nixos-config-44d7f935d793f21d57cf3f4ae03ecf798cc15624.zip |
fix(modules/lf): Use the correct name for the ctpv config file
Diffstat (limited to 'modules')
-rw-r--r-- | modules/by-name/lf/lf/module.nix | 2 |
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 = { |