dotfiles/nixcfgs/modules/home/programs/zed-editor.nix
2025-10-13 09:33:11 +01:00

5 lines
67 B
Nix

{pkgs, ...}: {
programs.zed-editor = {
enable = true;
};
}