1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-02 21:13:33 +02:00

zellij: fix typo

This commit is contained in:
Gaetan Lepage 2023-03-10 17:15:39 +01:00
parent c03d1e75a1
commit 7224d7c54c

View File

@ -57,7 +57,7 @@ in {
};
home.file."${configDir}/config.kdl" = mkIf
(cfg.settings != { } && (versionAtleast cfg.package.version "0.32.0")) {
(cfg.settings != { } && (versionAtLeast cfg.package.version "0.32.0")) {
text = lib.hm.generators.toKDL { } cfg.settings;
};
};