dotfiles/home/zsh/files/functions.zsh

4 lines
56 B
Bash
Raw Normal View History

2024-06-09 17:58:07 +02:00
function run() {
nix run "nixpkgs#$1" -- "${@:2}"
}