nix-config/home/languages/maude/default.nix

7 lines
65 B
Nix

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