This commit is contained in:
RingOfStorms (Josh) 2024-09-16 09:58:59 -05:00
parent c81275e7d8
commit 8ec5bc51ae
2 changed files with 7 additions and 1 deletions

View file

@ -1,6 +1,6 @@
{ pkgs, ... }:
{
# disabled for now
# home.packages = [ pkgs.ladybird ];
home.packages = [ pkgs.ladybird ];
}