diff --git a/machines/aragon/configuration.nix b/machines/aragon/configuration.nix index f696e02..37e8676 100644 --- a/machines/aragon/configuration.nix +++ b/machines/aragon/configuration.nix @@ -149,10 +149,14 @@ fonts.packages = with pkgs; [ ]; }; - #allow electron 19 becasue of etcher - nixpkgs.config.permittedInsecurePackages = [ - "electron-19.1.9" - ]; + + programs.dconf.enable = true; #needed for easyeffects for some reason + + + #allow electron 15 becasue of etcher + nixpkgs.config.permittedInsecurePackages = [ + "electron-19.1.9" + ]; # Allow unfree packages nixpkgs.config.allowUnfree = true;