#!/usr/bin/env sh

function ns {
    sk --ansi -i -c 'nix-search "{}"' | get_cols 1
}

ns "$@"
