1
0
Fork 0
puter/hosts/headful/flamingo/librewolf.nix

6 lines
77 B
Nix
Raw Normal View History

2025-03-01 22:21:00 +01:00
{
services.flatpak.packages = [
2025-03-09 16:37:21 +01:00
"io.gitlab.librewolf-community"
2025-03-01 22:21:00 +01:00
];
}