nixos-config/global/user/pkg-dev.nix
Mohamed C. ae9b64a789
Some checks are pending
Flake.lock / build (push) Waiting to run
reorder and use default.nix
2024-08-10 20:30:57 +02:00

7 lines
55 B
Nix

{ ... }:
{
programs.git = {
enable = true;
};
}