flake/users/guanranwang/home-manager/darwin/presets/desktop.nix

13 lines
280 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
];
}