added zen browser

This commit is contained in:
Morten Olsen
2025-12-16 20:22:35 +01:00
parent e6167c2f86
commit 2c59d739d7
6 changed files with 77 additions and 12 deletions

View File

@@ -16,6 +16,16 @@
url = "github:LnL7/nix-darwin";
inputs.nixpkgs.follows = "nixpkgs";
};
zen-browser = {
url = "github:0xc000022070/zen-browser-flake";
inputs = {
# IMPORTANT: we're using "libgbm" and is only available in unstable so ensure
# to have it up-to-date or simply don't specify the nixpkgs input
nixpkgs.follows = "nixpkgs";
home-manager.follows = "home-manager";
};
};
};
outputs = {
@@ -102,4 +112,4 @@
};
});
};
}
}