update zen browser

This commit is contained in:
Kim, Jimin 2025-06-01 04:44:33 +09:00
parent 7ce7a6ecb5
commit 020d11b4ec
Signed by: pomp
GPG key ID: D3932F82A0667A3B
4 changed files with 14 additions and 25 deletions

View file

@ -50,7 +50,6 @@
"lazygit",
"lunarclient",
"macchiato",
"Marce",
"menulibre",
"Meslo",
"metasploit",
@ -105,6 +104,7 @@
"wakatime",
"webui",
"xhci",
"youwen",
"yuki"
],

30
flake.lock generated
View file

@ -179,22 +179,6 @@
"url": "https://git.pompy.dev/pomp/nixpkgs"
}
},
"nixpkgs_3": {
"locked": {
"lastModified": 1727348695,
"narHash": "sha256-J+PeFKSDV+pHL7ukkfpVzCOO7mBSrrpJ3svwBFABbhI=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "1925c603f17fc89f4c8f6bf6f631a802ad85d784",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"nixvim": {
"inputs": {
"flake-parts": "flake-parts",
@ -298,18 +282,20 @@
},
"zen-browser": {
"inputs": {
"nixpkgs": "nixpkgs_3"
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1727721329,
"narHash": "sha256-QYlWZwUSwrM7BuO+dXclZIwoPvBIuJr6GpFKv9XKFPI=",
"owner": "MarceColl",
"lastModified": 1748059546,
"narHash": "sha256-e0jy8RU8ofOdeS5gF9Hir+M5Wn0q7D8MkpeQXsOJdu4=",
"owner": "youwen5",
"repo": "zen-browser-flake",
"rev": "e6ab73f405e9a2896cce5956c549a9cc359e5fcc",
"rev": "716a5af28d686d67146d01b14112c919b6133a84",
"type": "github"
},
"original": {
"owner": "MarceColl",
"owner": "youwen5",
"repo": "zen-browser-flake",
"type": "github"
}

View file

@ -3,8 +3,11 @@
inputs = {
nixpkgs.url = "git+https://git.pompy.dev/pomp/nixpkgs";
zen-browser.url = "github:MarceColl/zen-browser-flake";
catppuccin.url = "github:catppuccin/nix";
zen-browser = {
url = "github:youwen5/zen-browser-flake";
inputs.nixpkgs.follows = "nixpkgs";
};
nixvim = {
url = "github:nix-community/nixvim";
inputs.nixpkgs.follows = "nixpkgs";

View file

@ -2,7 +2,7 @@
let
pkgs-browsers = with pkgs; [
inputs.zen-browser.packages."${pkgs.system}".specific
inputs.zen-browser.packages."${pkgs.system}".default
tor-browser-bundle-bin
];