update
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ config, pkgs, lib, ... }:
|
||||
{ config, pkgs, lib, username, ... }:
|
||||
|
||||
{
|
||||
home.file.".gitconfig".text = ''
|
||||
@@ -10,4 +10,15 @@
|
||||
home.file.".zshrc".text = ''
|
||||
# userA's custom zsh config
|
||||
'';
|
||||
}
|
||||
|
||||
imports = [
|
||||
# User B's imports
|
||||
];
|
||||
|
||||
home = {
|
||||
packages = with pkgs; [
|
||||
# User B's packages
|
||||
];
|
||||
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user