nix-config/nixos/_mixins/desktop/zed-editor.nix

6 lines
92 B
Nix
Raw Normal View History

2024-08-15 05:29:41 +00:00
{ pkgs, ... }: {
2024-08-16 04:14:53 +00:00
environment.systemPackages = with pkgs.unstable; [
2024-08-15 05:29:41 +00:00
zed-editor
];
}