2023-11-04 10:14:42 +00:00
|
|
|
{...}: {
|
2023-10-14 05:53:54 +00:00
|
|
|
imports = [
|
2023-11-04 14:03:00 +00:00
|
|
|
./core.nix
|
2023-10-14 05:53:54 +00:00
|
|
|
];
|
2023-11-14 03:22:17 +00:00
|
|
|
|
2023-10-14 05:53:54 +00:00
|
|
|
### home-manager
|
2023-11-14 03:22:17 +00:00
|
|
|
home-manager.users.guanranwang.imports = [
|
|
|
|
./core.nix
|
|
|
|
|
|
|
|
../../modules/terms/alacritty.nix
|
|
|
|
../../modules/shell/fish.nix
|
|
|
|
../../modules/shell/bash.nix
|
|
|
|
../../modules/editor/helix.nix
|
|
|
|
../../modules/editor/neovim.nix
|
|
|
|
../../modules/editor/vscode.nix
|
|
|
|
|
|
|
|
../home.nix
|
|
|
|
]; # NOTE: using flakes
|
2023-11-04 10:14:42 +00:00
|
|
|
}
|