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.pavucontrol
pkgs.pinentry
pkgs.pocket-casts
pkgs.via
pkgs.xcape
pkgs.xsel

View file

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