Files
2026-07-22 22:13:34 +02:00

6 lines
84 B
Nix

{
flake.modules.homeManager.zed = {
programs.zed-editor.enable = true;
};
}