puter/hosts/headful/glacier/librewolf.nix
2025-03-09 16:37:21 +01:00

6 lines
77 B
Nix

{
services.flatpak.packages = [
"io.gitlab.librewolf-community"
];
}