summary refs log tree commit diff stats
path: root/user/config.nix
blob: c98bb405915398601057d783fc32c331b8d534f6 (plain)
1
2
3
4
5
6
7
8
{ pkgs }: {
  allowUnfree = true;
  allowUnfreePredicate = pkg: true;
  input-fonts.acceptLicense = true;
  permittedInsecurePackages = [
    "electron-27.3.11" # for logseq 0.10.9
  ];
}