mirror of
https://github.com/daylinmorgan/oizys.git
synced 2025-02-23 07:55:50 -06:00
13 lines
145 B
Nix
13 lines
145 B
Nix
{ pkgs, ... }:
|
|
{
|
|
environment.systemPackages = with pkgs; [
|
|
git
|
|
git-lfs
|
|
|
|
gh
|
|
lazygit
|
|
delta
|
|
|
|
jujutsu
|
|
];
|
|
}
|