Migrate Zen Browser from Flatpak

This commit is contained in:
ltadeu6 2026-04-22 17:14:00 -03:00
parent 24f4096ed4
commit 8004d5ca0d
5 changed files with 149 additions and 25 deletions

View file

@ -9,17 +9,21 @@
inputs.nixpkgs.follows = "nixpkgs";
};
agenix.url = "github:ryantm/agenix";
zen-browser = {
url = "github:youwen5/zen-browser-flake";
inputs.nixpkgs.follows = "nixpkgs";
};
nix-openclaw.url = "github:openclaw/nix-openclaw";
};
outputs = { self, nixpkgs, nixpkgs-unstable, home-manager, agenix, nix-openclaw, ... }:
outputs = { self, nixpkgs, nixpkgs-unstable, home-manager, agenix, zen-browser, nix-openclaw, ... }:
let
system = "x86_64-linux";
enableOpenClaw = false;
in {
nixosConfigurations.Nixos = nixpkgs.lib.nixosSystem {
inherit system;
specialArgs = { inherit agenix; };
specialArgs = { inherit agenix zen-browser; };
modules = [
./hosts/Nixos/configuration.nix
agenix.nixosModules.default