Remove git in favor of jj

This commit is contained in:
TheWanderingCrow 2025-10-26 09:56:28 -04:00
parent 1792a4f149
commit 2a1f90615b
5 changed files with 122 additions and 125 deletions

View file

@ -3,7 +3,8 @@
lib,
pkgs,
...
}: {
}:
{
programs.zsh = {
enable = true;
enableCompletion = true;
@ -17,7 +18,6 @@
};
shellAliases = {
lah = "ls -lah";
set-nixpkgs-upstream = "git remote add upstream https://github.com/NixOS/nixpkgs.git";
};
};
}