#!/usr/bin/env fish
git \
	--git-dir=(status dirname) \
	--work-tree=/etc/nixos \
	$argv
