add ladybird

This commit is contained in:
RingOfStorms (Josh) 2024-07-09 11:20:46 -05:00
parent 5c08aff2a5
commit d273fb360d
2 changed files with 6 additions and 8 deletions

View file

@ -0,0 +1,5 @@
{ pkgs, ... }:
{
home.packages = [ pkgs.ladybird ];
}