add dconf to fix easyeffects
This commit is contained in:
parent
d5ed56f39a
commit
b4e97cb86e
|
@ -149,7 +149,11 @@ fonts.packages = with pkgs; [
|
|||
|
||||
];
|
||||
};
|
||||
#allow electron 19 becasue of etcher
|
||||
|
||||
programs.dconf.enable = true; #needed for easyeffects for some reason
|
||||
|
||||
|
||||
#allow electron 15 becasue of etcher
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"electron-19.1.9"
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue