dotfiles/home/modules/zed/config/extraPackages/default.nix

12 lines
131 B
Nix
Raw Normal View History

2025-01-14 16:17:42 -06:00
{pkgs, ...}:
builtins.attrValues {
inherit
(pkgs)
nil
nixfmt-rfc-style
nixd
wl-clipboard-rs
xsel
;
}