users/foo-dogsquared: add Git-related tools

This commit is contained in:
Gabriel Arazas 2023-11-26 12:08:36 +08:00
parent 27b17a4195
commit 64257358f2
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -1,6 +1,11 @@
{ config, lib, pkgs, ... }: { config, lib, pkgs, ... }:
{ {
home.packages = with pkgs; [
tea # So you don't have to see some teas, I guess.
hut # So you don't have to see Sourcehut's brutalist design, I guess.
];
# My Git credentials. # My Git credentials.
programs.git = { programs.git = {
enable = true; enable = true;