nixconfig/chicken/chicken.nix
2023-11-25 13:26:33 +01:00

23 lines
320 B
Nix

{ config, libs, pkgs, ... }:
{
config.home.packages = with pkgs.chickenPackages_5.chickenEggs; [
apropos
chicken-doc
chicken-update
coops
csm
edn
lsp-server
mistie
nanomsg
r7rs
salmonella
srfi-1
srfi-18
srfi-69
srfi-197
utf8
] ++ [ pkgs.chicken ];
}