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

4 lines
88 B
Nix
Raw Normal View History

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