From 472e1d28aab2275098cc05a9cc83c33c49c0e73b Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Tue, 1 Jul 2025 22:01:12 -0600 Subject: [PATCH] testing zen-browser --- flake.lock | 45 ++++++++++++++++++++++++++++++++++++++- flake.nix | 4 ++++ modules/apps/internet.nix | 2 ++ 3 files changed, 50 insertions(+), 1 deletion(-) diff --git a/flake.lock b/flake.lock index e165159..f7ad393 100644 --- a/flake.lock +++ b/flake.lock @@ -447,6 +447,27 @@ "type": "github" } }, + "home-manager_3": { + "inputs": { + "nixpkgs": [ + "zen-browser", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1751336185, + "narHash": "sha256-ptnVr2x+sl7cZcTuGx/0BOE2qCAIYHTcgfA+/h60ml0=", + "owner": "nix-community", + "repo": "home-manager", + "rev": "96354906f58464605ff81d2f6c2ea23211cbf051", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "home-manager", + "type": "github" + } + }, "hyprcursor": { "inputs": { "hyprlang": [ @@ -936,7 +957,8 @@ "nur": "nur", "sops-nix": "sops-nix", "stylix": "stylix", - "ucodenix": "ucodenix" + "ucodenix": "ucodenix", + "zen-browser": "zen-browser" } }, "sops-nix": { @@ -1224,6 +1246,27 @@ "repo": "xdg-desktop-portal-hyprland", "type": "github" } + }, + "zen-browser": { + "inputs": { + "home-manager": "home-manager_3", + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1751321974, + "narHash": "sha256-0NtaKDtjY8Gmj++e8ZzpFkKFp6+7AcBW+Qefj4LihAk=", + "owner": "0xc000022070", + "repo": "zen-browser-flake", + "rev": "03b5b1e1540b03e77e22a66379c3cddc3a7197f5", + "type": "github" + }, + "original": { + "owner": "0xc000022070", + "repo": "zen-browser-flake", + "type": "github" + } } }, "root": "root", diff --git a/flake.nix b/flake.nix index cb86b37..70b9ae3 100644 --- a/flake.nix +++ b/flake.nix @@ -41,6 +41,10 @@ url = "github:nyawox/nixtendo-switch"; inputs.nixpkgs.follows = "nixpkgs"; }; + zen-browser = { + url = "github:0xc000022070/zen-browser-flake"; + inputs.nixpkgs.follows = "nixpkgs"; + }; }; outputs = diff --git a/modules/apps/internet.nix b/modules/apps/internet.nix index 246ef2e..20d2b7e 100644 --- a/modules/apps/internet.nix +++ b/modules/apps/internet.nix @@ -1,4 +1,5 @@ { + inputs, config, lib, pkgs, @@ -35,6 +36,7 @@ in home-manager.users.jawz.programs.librewolf = import ./librewolf.nix; programs.geary.enable = true; users.users.jawz.packages = builtins.attrValues { + inherit (inputs.zen-browser.packages.x86_64-linux) twilight; inherit krisp-patcher; inherit (pkgs) thunderbird # email client