summaryrefslogtreecommitdiff
path: root/hosts/desktop/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/desktop/configuration.nix')
-rw-r--r--hosts/desktop/configuration.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix
index 088098d..d14cc88 100644
--- a/hosts/desktop/configuration.nix
+++ b/hosts/desktop/configuration.nix
@@ -116,4 +116,8 @@
config.boot.kernelPackages.nct6687d
];
};
+ nixpkgs.config.permittedInsecurePackages = [
+ "librewolf-151.0.2-1"
+ "librewolf-unwrapped-151.0.2-1"
+ ];
}