zen nix pkg instead of flatpak

This commit is contained in:
William 2024-09-20 15:37:13 -03:00
parent a9f9653d1f
commit 8a6901c590
3 changed files with 40 additions and 2 deletions

37
flake.lock generated
View file

@ -537,6 +537,22 @@
"type": "github"
}
},
"nixpkgs_3": {
"locked": {
"lastModified": 1725634671,
"narHash": "sha256-v3rIhsJBOMLR8e/RNWxr828tB+WywYIoajrZKFM+0Gg=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "574d1eac1c200690e27b8eb4e24887f8df7ac27c",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"agenix": "agenix",
@ -550,7 +566,8 @@
"nixos-generators": "nixos-generators",
"nixpkgs": "nixpkgs",
"nixpkgs-stable": "nixpkgs-stable",
"stylix": "stylix"
"stylix": "stylix",
"zen-browser": "zen-browser"
}
},
"stylix": {
@ -661,6 +678,24 @@
"repo": "flake-utils",
"type": "github"
}
},
"zen-browser": {
"inputs": {
"nixpkgs": "nixpkgs_3"
},
"locked": {
"lastModified": 1726852500,
"narHash": "sha256-got/znhx9w+agQYk2pQsiwE6irGrW+aBROmTrdoasPE=",
"owner": "baduhai",
"repo": "zen-browser-flake",
"rev": "bb9224f17546d1cef3d23db8082c089db3af74d9",
"type": "github"
},
"original": {
"owner": "baduhai",
"repo": "zen-browser-flake",
"type": "github"
}
}
},
"root": "root",