R3WCXE6NFB24GQTSNXKF5WIJ3GJHQZ2F4P3K3JTUS3PNANBNMYSAC # TODO: $env.XDG_CONFIG_HOME via hjemlet topiary_dir = $env.HOME | path join .config topiaryif not ($topiary_dir | path exists) {mkdir $topiary_dirmkdir ($topiary_dir | path join queries)http get https://raw.githubusercontent.com/blindFS/topiary-nushell/main/languages.ncl| save ($topiary_dir | path join languages.ncl)http get https://raw.githubusercontent.com/blindFS/topiary-nushell/main/queries/nu.scm| save ($topiary_dir | path join queries nu.scm)}$env.TOPIARY_CONFIG_FILE = ($topiary_dir | path join languages.ncl)$env.TOPIARY_LANGUAGE_DIR = ($topiary_dir | path join queries)
(inputs.nufmt.packages.${pkgs.stdenv.hostPlatform.system}.default.overrideAttrs {# Fix various random build errors.doCheck = false;patches = [ ];})
# (inputs.nufmt.packages.${pkgs.stdenv.hostPlatform.system}.default.overrideAttrs {# # Fix various random build errors.# doCheck = false;# patches = [ ];# })