save progress
This commit is contained in:
13
modules/home/userB/dotfiles.nix
Normal file
13
modules/home/userB/dotfiles.nix
Normal 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
|
||||
'';
|
||||
}
|
||||
0
modules/home/userB/shell.nix
Normal file
0
modules/home/userB/shell.nix
Normal file
Reference in New Issue
Block a user