Revert "feat: disable zen"

This reverts commit fe5ec24090.
This commit is contained in:
2025-07-25 16:09:37 +08:00
parent 108c68424c
commit 0b413e227c
3 changed files with 48 additions and 5 deletions

45
flake.lock generated
View File

@@ -534,6 +534,27 @@
"type": "github" "type": "github"
} }
}, },
"home-manager_3": {
"inputs": {
"nixpkgs": [
"zen",
"nixpkgs"
]
},
"locked": {
"lastModified": 1752603129,
"narHash": "sha256-S+wmHhwNQ5Ru689L2Gu8n1OD6s9eU9n9mD827JNR+kw=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "e8c19a3cec2814c754f031ab3ae7316b64da085b",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "home-manager",
"type": "github"
}
},
"impermanence": { "impermanence": {
"locked": { "locked": {
"lastModified": 1737831083, "lastModified": 1737831083,
@@ -1021,7 +1042,8 @@
"nur": "nur", "nur": "nur",
"quickshell": "quickshell", "quickshell": "quickshell",
"sops-nix": "sops-nix", "sops-nix": "sops-nix",
"stylix": "stylix" "stylix": "stylix",
"zen": "zen"
} }
}, },
"rust-analyzer-src": { "rust-analyzer-src": {
@@ -1259,6 +1281,27 @@
"repo": "xwayland-satellite", "repo": "xwayland-satellite",
"type": "github" "type": "github"
} }
},
"zen": {
"inputs": {
"home-manager": "home-manager_3",
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1753417538,
"narHash": "sha256-Z/MbHMjvHoC57sQS43/oLwzEQebT5ST8MRU8Zcb5428=",
"ref": "refs/heads/main",
"rev": "d04bdc75b3d203b951ce00cbb6a7ab410ab110c6",
"revCount": 593,
"type": "git",
"url": "https://gh-proxy.com/github.com/0xc000022070/zen-browser-flake"
},
"original": {
"type": "git",
"url": "https://gh-proxy.com/github.com/0xc000022070/zen-browser-flake"
}
} }
}, },
"root": "root", "root": "root",

View File

@@ -52,8 +52,8 @@
fenix.url = "github:nix-community/fenix"; fenix.url = "github:nix-community/fenix";
fenix.inputs.nixpkgs.follows = "nixpkgs"; fenix.inputs.nixpkgs.follows = "nixpkgs";
# zen.url = "git+https://gh-proxy.com/github.com/0xc000022070/zen-browser-flake"; zen.url = "git+https://gh-proxy.com/github.com/0xc000022070/zen-browser-flake";
# zen.inputs.nixpkgs.follows = "nixpkgs"; zen.inputs.nixpkgs.follows = "nixpkgs";
infuse.url = "git+https://codeberg.org/amjoseph/infuse.nix"; infuse.url = "git+https://codeberg.org/amjoseph/infuse.nix";
infuse.flake = false; infuse.flake = false;
@@ -160,7 +160,7 @@
inputs.sops-nix.homeManagerModules.sops inputs.sops-nix.homeManagerModules.sops
inputs.impermanence.nixosModules.home-manager.impermanence inputs.impermanence.nixosModules.home-manager.impermanence
inputs.stylix.homeModules.stylix inputs.stylix.homeModules.stylix
# inputs.zen.homeModules.beta inputs.zen.homeModules.beta
# workaround for annoying stylix # workaround for annoying stylix
( (
{ lib, ... }: { lib, ... }:

View File

@@ -12,7 +12,7 @@ lib.my.makeSwitch {
firefox.enable = true; firefox.enable = true;
librewolf.enable = true; librewolf.enable = true;
chromium.enable = true; chromium.enable = true;
zen.enable = false; zen.enable = true;
}; };
}; };
} }