update flake && add zen browser

This commit is contained in:
FabricSoul 2025-07-17 18:04:58 -04:00
parent d706977dbe
commit 19e7761a1e
3 changed files with 69 additions and 14 deletions

View file

@ -17,12 +17,19 @@
openapi-tui = {
url = "github:zaghaghi/openapi-tui";
};
zen-browser = {
url = "github:0xc000022070/zen-browser-flake";
# 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
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = {
self,
nixpkgs,
home-manager,
zen-browser,
nixvim,
openapi-tui,
...
@ -48,7 +55,7 @@
homeConfigurations.fabric = home-manager.lib.homeManagerConfiguration {
inherit pkgs;
extraSpecialArgs = {
inherit nixvim openapi-tui; # deleted hyprpanel
inherit nixvim openapi-tui zen-browser; # deleted hyprpanel
};
modules = [
./home/fabric/default.nix