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

10 lines
129 B
Nix
Executable file

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