From 6a4943d33cfefa62c6f0628bc014491d5e31a2c8 Mon Sep 17 00:00:00 2001 From: Aditya Date: Fri, 12 Apr 2024 11:52:51 +0530 Subject: [PATCH] remove insecure package --- hosts/default/home.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/hosts/default/home.nix b/hosts/default/home.nix index 2e2cf30..11bc14d 100644 --- a/hosts/default/home.nix +++ b/hosts/default/home.nix @@ -50,12 +50,6 @@ # '') ]; - nixpkgs.config.permittedInsecurePackages = [ - "electron-25.9.0" - ]; - - services.mpris-proxy.enable = true; - # Home Manager is pretty good at managing dotfiles. The primary way to manage # plain files is through 'home.file'. #home.file = {