dotfiles/home/zsh/files/functions.zsh

4 lines
56 B
Bash

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