#!/bin/sh # nixos-config - My current NixOS configuration # # Copyright (C) 2025 Benedikt Peetz # SPDX-License-Identifier: GPL-3.0-or-later # # This file is part of my nixos-config. # # You should have received a copy of the License along with this program. # If not, see . tmp=$(mktemp) cat <"$tmp" darkreader:navbar keepassxc-browser:navbar vhack-libredirect:navbar # torproject-snowflake:navbar tridactyl-vim:menupanel ublock-origin:menupanel EOF # The cat execution should be unquoted; # shellcheck disable=SC2046 cargo run -- $(cat "$tmp") rm "$tmp"