mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-01-11 14:20:23 +01:00
8 lines
86 B
Nix
8 lines
86 B
Nix
{ pkgs, ... }:
|
|
{
|
|
home.packages = with pkgs; [
|
|
zed-editor
|
|
code-cursor
|
|
];
|
|
}
|