save progress
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
"teleport-connect"
|
||||
"utm"
|
||||
"localsend"
|
||||
"joplin"
|
||||
];
|
||||
masApps = {
|
||||
"1Password for Safari" = 1569813296;
|
||||
|
||||
0
modules/home/stephen/shell.nix
Normal file
0
modules/home/stephen/shell.nix
Normal file
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