8 lines
115 B
Nix
8 lines
115 B
Nix
{...}: {
|
|
home-manager.users.guanranwang = import ./home;
|
|
|
|
imports = [
|
|
../common/core
|
|
./packages
|
|
];
|
|
}
|