5 lines
95 B
Nix
5 lines
95 B
Nix
{
|
|
imports = [./home.nix];
|
|
home.username = "crony";
|
|
home.homeDirectory = "/home/crony";
|
|
}
|