mirror of
https://github.com/Cian-H/My_NixOS_Config.git
synced 2025-12-22 23:11:57 +00:00
Switched from custom zen flake to 0xc000022070/zen-browser-flake
The community at large seems to have agreed that this flake is the one that will eventually become the official one. It is by far the best maintained. So i'm switching to it instead of my manually maintained, quick hacky flake.
This commit is contained in:
@@ -14,7 +14,10 @@
|
||||
# add phinger hyprcursor flake
|
||||
hyprcursor-phinger.url = "github:jappie3/hyprcursor-phinger";
|
||||
# add zen browser flake
|
||||
zen-browser.url = "github:Cian-H/zen-browser-flake";
|
||||
zen-browser = {
|
||||
url = "github:0xc000022070/zen-browser-flake";
|
||||
inputs.nixpkgs.follows = "nixpkgs-unstable";
|
||||
};
|
||||
};
|
||||
|
||||
outputs = {
|
||||
|
||||
Reference in New Issue
Block a user