13 lines
125 B
Nix
13 lines
125 B
Nix
{
|
|
...
|
|
}:
|
|
{
|
|
imports = [
|
|
./home.nix
|
|
];
|
|
|
|
home = {
|
|
username = "plank";
|
|
homeDirectory = "/home/plank";
|
|
};
|
|
}
|