nix-config/nixos/_mixins/desktop/zed-editor.nix
2024-08-16 00:14:53 -04:00

5 lines
92 B
Nix

{ pkgs, ... }: {
environment.systemPackages = with pkgs.unstable; [
zed-editor
];
}