nix-dotfiles/home-manager/modules/matugen.nix

3 lines
51 B
Nix

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