flake/nixos/flatpak.nix

13 lines
265 B
Nix
Raw Permalink Normal View History

2024-11-25 14:19:57 -05:00
{
services.flatpak = {
enable = true;
update.onActivation = true;
packages = [
{
flatpakref = "https://sober.vinegarhq.org/sober.flatpakref";
sha256 = "1pj8y1xhiwgbnhrr3yr3ybpfis9slrl73i0b1lc9q89vhip6ym2l";
}
];
};
2024-11-25 14:19:57 -05:00
}