diff --git a/gui/chrome/content/nixos.js b/gui/chrome/content/nixos.js index 10519f46633..3718cbc53e9 100644 --- a/gui/chrome/content/nixos.js +++ b/gui/chrome/content/nixos.js @@ -200,6 +200,9 @@ var xml2nix_pptable = { string: function (node, depth, pp) { return "\"" + node.attr("value") + "\""; }, + path: function (node, depth, pp) { + return node.attr("value"); + }, bool: function (node, depth, pp) { return node.attr("value"); },