flake/users/guanranwang/home-manager/darwin/presets/desktop.nix
2023-11-05 17:21:37 +08:00

14 lines
300 B
Nix

{...}: {
imports = [
../..
../../resources/terms/alacritty.nix
../../resources/shell/fish.nix
../../resources/shell/bash.nix
../../resources/editor/helix.nix
../../resources/editor/neovim.nix
../../resources/editor/vscode.nix
../home.nix
../dotfiles.nix
];
}