10 lines
110 B
Nix
10 lines
110 B
Nix
{ ... }:
|
|
{
|
|
home.hm = {
|
|
homeDirectory = "/root";
|
|
package = {
|
|
core.enable = true;
|
|
};
|
|
};
|
|
}
|