host mac
This commit is contained in:
11
hosts/mac/home.nix
Normal file
11
hosts/mac/home.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
inputs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
home = {
|
||||
username = "cdreyes";
|
||||
homeDirectory = "/Users/cdreyes";
|
||||
};
|
||||
my = import ./toggles.nix { inherit inputs; };
|
||||
}
|
||||
Reference in New Issue
Block a user