summaryrefslogtreecommitdiff
path: root/lib/config.nix
blob: 7794e3ec79525c5218453eda5b5c1f51438b8582 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  allowUnfree = true;
  allowBroken = true;
  allowUnsupportedSystem = true;
  permittedInsecurePackages = [
    "electron-13.6.9"
    "electron-25.9.0"
    "electron-24.8.5" # for obsidian
    "electron-32.3.3"
  ];
  cudaSupport = false;
}