mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-05-31 11:50:46 +02:00
6 lines
68 B
Nix
6 lines
68 B
Nix
{pkgs, ...}: {
|
|
home.packages = with pkgs; [
|
|
zed-editor
|
|
];
|
|
}
|