Jafner.net/nix/home-manager/app/browser/zen.nix
Joey Hafner 7c56e94b4f
Some checks failed
SSH and echo to file / ssh (push) Failing after 4s
Update from joey@joey-laptop: Polish fzf-bw and create function bwf (bw fuzzyfind) to use it.
2024-09-21 14:12:08 -07:00

7 lines
117 B
Nix

{ ... }:
{
services.flatpak.packages = [
{ appId = "io.github.zen_browser.zen"; origin = "flathub"; }
];
}