dotfiles/modules/home/gui/apps/code/zed/config/extraPackages/default.nix
2025-03-29 23:08:26 -05:00

13 lines
188 B
Nix
Executable file

{ pkgs, ... }:
builtins.attrValues {
inherit (pkgs)
nil
nixfmt-rfc-style
nixd
wl-clipboard-rs
xsel
;
inherit (pkgs.elmPackages)
elm-language-server
;
}