1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-11-30 23:19:47 +01:00

zellij: remove debug command

This commit is contained in:
Constantin Gahr 2023-10-28 13:45:03 +02:00
parent d827ac04a6
commit cc9b9b6503

View file

@ -98,7 +98,7 @@ in {
extension =
if (versionOlder cfg.package.version "0.32.0") then "yaml" else "kdl";
layouts = builtins.trace cfg lib.mapAttrs' (name: layout: {
layouts = lib.mapAttrs' (name: layout: {
name = "zellij/layouts/${name}.${extension}";
value = {
source = pkgs.writeText "zellij-layout-${name}.${extension}" layout;