nix/home/aliases.nix
2022-04-26 07:56:27 -04:00

6 lines
123 B
Nix

{
home.shellAliases = {
git = "nix shell nixpkgs#git -c git $1";
btop = "nix shell nixpkgs#btop -c btop";
};
}