dotfiles/home/modules/gui/apps/code/zed/config/extraPackages/default.nix

11 lines
129 B
Nix
Raw Normal View History

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