mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-20 08:34:28 +01:00
7 lines
84 B
Nix
7 lines
84 B
Nix
{pkgs, ...}: {
|
|
home.packages = with pkgs; [
|
|
zed-editor
|
|
code-cursor
|
|
];
|
|
}
|