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:
parent
d827ac04a6
commit
cc9b9b6503
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue