testing zen-browser

This commit is contained in:
Danilo Reyes 2025-07-01 22:01:12 -06:00
parent ae6c745880
commit 472e1d28aa
3 changed files with 50 additions and 1 deletions

45
flake.lock generated
View File

@ -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",

View File

@ -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 =

View File

@ -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