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

4 lines
80 B
Nix

{ pkgs, ... }: {
home-manager.users.adrielus.home.packages = [ pkgs.agda ];
}