Re-add Pocket Casts

This commit is contained in:
Oliver Davies 2024-09-13 13:49:25 +01:00
parent 552d7cda20
commit 5cd3ddceff
2 changed files with 6 additions and 1 deletions

View file

@ -57,6 +57,7 @@ in
pkgs.pass pkgs.pass
pkgs.pavucontrol pkgs.pavucontrol
pkgs.pinentry pkgs.pinentry
pkgs.pocket-casts
pkgs.via pkgs.via
pkgs.xcape pkgs.xcape
pkgs.xsel pkgs.xsel

View file

@ -11,7 +11,11 @@ let
username = "opdavies"; username = "opdavies";
in in
{ {
nixpkgs.config.allowUnfree = true; nixpkgs.config = {
allowUnfree = true;
permittedInsecurePackages = [ "electron-27.3.11" ];
};
# Bootloader. # Bootloader.
boot = { boot = {