universe/users/profiles/stretchly.nix
2023-03-30 12:29:47 -04:00

3 lines
63 B
Nix

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