flake/darwin/profiles/desktop/default.nix

9 lines
115 B
Nix
Raw Normal View History

2023-11-17 05:38:25 +00:00
{...}: {
home-manager.users.guanranwang = import ./home;
2023-11-17 05:38:25 +00:00
imports = [
2024-01-03 14:41:18 +00:00
../common/core
2023-11-17 05:38:25 +00:00
./packages
];
}