NixOS-Configs/user/don/config.nix
2023-02-02 08:14:04 -06:00

3 lines
77 B
Nix

{ allowUnfree = true;
permittedInsecurePackages = [ "electron-18.1.0" ];
}