diff options
Diffstat (limited to 'profiles/noPocket.nix')
-rw-r--r-- | profiles/noPocket.nix | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/profiles/noPocket.nix b/profiles/noPocket.nix deleted file mode 100644 index 7582fd6..0000000 --- a/profiles/noPocket.nix +++ /dev/null @@ -1,15 +0,0 @@ -{ ffLib }: { - meta.description = '' - Pocket allows saving sites to an external services. - For some reason, it has been integrated into Firefox directly, - instead of being offered as an extension. - ''; - - policies = { - DisablePocket = true; - }; - - preferences = { - extensions.pocket.enabled = false; - }; -} |