darwin homebase
This commit is contained in:
parent
1de748aef8
commit
19003d5e11
|
@ -1,4 +1,14 @@
|
|||
{ pkgs, ... }: {
|
||||
# a
|
||||
{ pkgs, tree, ... }: {
|
||||
users.users.chaos = {
|
||||
name = "chaos";
|
||||
home = "/Users/chaos";
|
||||
};
|
||||
home-manager.users.chaos = {
|
||||
imports = with tree;
|
||||
[
|
||||
# NOINLINE
|
||||
home.base
|
||||
];
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue