feat: disable zen

This commit is contained in:
2025-07-25 13:49:37 +08:00
parent f55f9b015c
commit fe5ec24090
3 changed files with 5 additions and 48 deletions

45
flake.lock generated
View File

@@ -534,27 +534,6 @@
"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,
@@ -1042,8 +1021,7 @@
"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": {
@@ -1281,27 +1259,6 @@
"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 = true; zen.enable = false;
}; };
}; };
} }