diff --git a/nix/culr-module.nix b/nix/culr-module.nix index e7fc00b..b7ec00a 100644 --- a/nix/culr-module.nix +++ b/nix/culr-module.nix @@ -26,7 +26,7 @@ in { environment.sessionVariables = { CULR_PATTERN = let serialise = { - list = list: concatStringsSep ";"; + list = list: concatStringsSep ";" list; string = s: s; }; in