flake/users/guanranwang/darwin/presets/desktop.nix

20 lines
380 B
Nix
Raw Normal View History

{...}: {
imports = [
2023-11-04 14:03:00 +00:00
./core.nix
];
2023-11-14 03:22:17 +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
}