mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-02-27 06:32:35 -05:00
Remove git in favor of jj
This commit is contained in:
parent
1792a4f149
commit
2a1f90615b
5 changed files with 122 additions and 125 deletions
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue