This commit is contained in:
alsaiduq-lab 2026-01-15 13:45:39 -07:00
parent 849cae10fa
commit 008b2f6ab5
6 changed files with 21 additions and 41 deletions

View file

@ -1,3 +1,3 @@
{pkgs, ...}: {
home.packages = [pkgs.matugen];
home.packages = with pkgs; [matugen];
}