function run() {
    nix run "nixpkgs#$1" -- "${@:2}"
}

function o() {
    xdg-open $@ < /dev/null &> /dev/null & disown
}