mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 07:04:17 +00:00
zellij: fix typo
This commit is contained in:
parent
c03d1e75a1
commit
7224d7c54c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue