nix-dotfiles/home-manager/modules/matugen.nix
2026-01-29 12:46:38 -07:00

3 lines
57 B
Nix

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