Merge branch 'main' of ssh://git.duckland.org:2202/don/NixOS-Configs

This commit is contained in:
Don Harper 2023-12-11 07:12:23 -06:00
commit 3250df462e
5 changed files with 14 additions and 11 deletions

View file

@ -159,7 +159,7 @@ in
# Allow unfree packages
nixpkgs.config.allowUnfree = true;
nixpkgs.config.permittedInsecurePackages = [ "electron-21.4.0" ];
nixpkgs.config.permittedInsecurePackages = [ "electron-21.4.0" "electron-25.9.0" ];
environment.systemPackages = with pkgs; [
#(callPackage ../mypackages/kanshi-fix/default.nix {})