8 lines
112 B
Nix
8 lines
112 B
Nix
{
|
|
### home-manager
|
|
home-manager.users.guanranwang = import ./home;
|
|
|
|
homebrew.casks = [
|
|
"steam"
|
|
];
|
|
}
|