nix/home/aliases.nix

7 lines
123 B
Nix
Raw Normal View History

2022-04-26 11:56:27 +00:00
{
home.shellAliases = {
git = "nix shell nixpkgs#git -c git $1";
btop = "nix shell nixpkgs#btop -c btop";
};
}