mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 12:19:07 +00:00
users/foo-dogsquared: add Git-related tools
This commit is contained in:
parent
27b17a4195
commit
64257358f2
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user