1
2
mirror of https://github.com/adrlau/nix-dotfiles.git synced 2025-03-26 04:44:15 +01:00

add dconf to fix easyeffects

This commit is contained in:
Adrian Gunnar Lauterer 2024-04-18 23:06:02 +02:00
parent d5ed56f39a
commit b4e97cb86e

@ -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;