Jafner.net/nix/home-manager/app/browser/zen.nix
Joey Hafner bcb50ace24
Some checks failed
SSH and echo to file / ssh (push) Failing after 3s
Update from joey@joey-laptop: Modularize home-manager
2024-09-17 13:56:38 -07:00

6 lines
122 B
Nix

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