mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-25 19:01:43 +01:00
13 lines
125 B
Nix
13 lines
125 B
Nix
{
|
|
pkgs,
|
|
...
|
|
}: {
|
|
home.packages = [pkgs.gh];
|
|
|
|
programs.git = {
|
|
enable = true;
|
|
|
|
# ... Other options ...
|
|
};
|
|
}
|