10 lines
128 B
Nix
10 lines
128 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports = [ ../home.nix ];
|
|
home = {
|
|
username = "alistreaza";
|
|
homeDirectory = "/home/alistreaza";
|
|
};
|
|
}
|