aboutsummaryrefslogtreecommitdiff
path: root/profiles/noPocket.nix
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/noPocket.nix')
-rw-r--r--profiles/noPocket.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/profiles/noPocket.nix b/profiles/noPocket.nix
new file mode 100644
index 0000000..0814328
--- /dev/null
+++ b/profiles/noPocket.nix
@@ -0,0 +1,9 @@
+{ ffLib }: {
+ policies = {
+ DisablePocket = true;
+ };
+
+ preferences = {
+ extensions.pocket.enabled = false;
+ };
+}