1
Fork 0
satellite/modules/dev/dhall.nix

11 lines
223 B
Nix
Raw Normal View History

2020-10-07 10:51:04 +02:00
{ pkgs, ... }: {
home-manager.users.adrielus.home.packages = with pkgs.easy-dhall-nix; [
dhall-simple
dhall-json-simple
dhall-bash-simple
dhall-nix-simple
dhall-yaml-simple
dhall-lsp-simple
];
}