feat: add tea, update git credentials

This commit is contained in:
2025-12-19 18:36:49 -08:00
committed by lucalise
parent d41d977793
commit fda601eb01
4 changed files with 124 additions and 2 deletions

View File

@@ -72,6 +72,7 @@
udev
alsa-lib
waypipe
tea
];
programs.nix-ld.enable = lib.mkDefault true;
programs.zsh.enable = lib.mkDefault true;

View File

@@ -2,7 +2,7 @@
enable = true;
settings = {
user = {
name = "rocketcamel";
name = "lucalise";
email = "luca_lise@icloud.com";
};
init = {
@@ -15,6 +15,6 @@
signing = {
signByDefault = true;
format = "ssh";
key = "~/.ssh/commits.id_ed25519.pub";
key = "~/.ssh/id_ed25519.pub";
};
}