save progress

This commit is contained in:
2025-01-07 19:17:44 -05:00
parent 20a02e8cab
commit 5badd8e774
6 changed files with 142 additions and 93 deletions

View File

View File

@@ -0,0 +1,13 @@
{ config, pkgs, lib, ... }:
{
home.file.".gitconfig".text = ''
[user]
name = "User B"
email = "userA@example.com"
'';
home.file.".zshrc".text = ''
# userA's custom zsh config
'';
}

View File