dotfiles/users/josh/home_manager/ladybird.nix
RingOfStorms (Joshua Bell) 624c89bec3 gpd is failing...
2024-10-17 13:28:57 -05:00

5 lines
57 B
Nix

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