maybe fix zen idk
brauchte doch ein NUR overlay wegen proprietary extensions
This commit is contained in:
@@ -28,8 +28,8 @@
|
|||||||
url = "github:nix-community/home-manager";
|
url = "github:nix-community/home-manager";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
firefox-addons = {
|
nur = {
|
||||||
url = "gitlab:rycee/nur-expressions?dir=pkgs/firefox-addons";
|
url = "github:nix-community/NUR";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
zen-browser = {
|
zen-browser = {
|
||||||
|
|||||||
@@ -8,10 +8,10 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
profiles.default = {
|
profiles.default = {
|
||||||
extensions = {
|
extensions = {
|
||||||
packages = with inputs.firefox-addons.packages.${pkgs.stdenv.hostPlatform.system}; [
|
packages = with pkgs.nur.repos.rycee.firefox-addons; [
|
||||||
ublock-origin
|
ublock-origin
|
||||||
video-downloadhelper
|
video-downloadhelper
|
||||||
firefox-multi-account-containers
|
multi-account-containers
|
||||||
noscript
|
noscript
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|||||||
+4
-1
@@ -22,10 +22,13 @@ in {
|
|||||||
];
|
];
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
nixpkgs.config = {
|
nixpkgs = {
|
||||||
|
config = {
|
||||||
allowUnfree = true;
|
allowUnfree = true;
|
||||||
allowBroken = false;
|
allowBroken = false;
|
||||||
};
|
};
|
||||||
|
overlays = [inputs.nur.overlays.default];
|
||||||
|
};
|
||||||
nix = {
|
nix = {
|
||||||
nixPath = ["nixpkgs=${inputs.nixpkgs}"];
|
nixPath = ["nixpkgs=${inputs.nixpkgs}"];
|
||||||
channel.enable = false;
|
channel.enable = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user