nix-config/modules/languages/bqn/default.nix

7 lines
64 B
Nix

{ pkgs, ... }:
{
home.packages = with pkgs; [
cbqn
];
}