From c59fb6ac54ca657aef20a35696182459c4b9a947 Mon Sep 17 00:00:00 2001 From: Username404-59 Date: Sun, 28 Jun 2026 16:02:53 +0200 Subject: [PATCH] Enable profile-sync-daemon --- home/doggo/firefox-config.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/doggo/firefox-config.nix b/home/doggo/firefox-config.nix index 214c901..27ac6c8 100644 --- a/home/doggo/firefox-config.nix +++ b/home/doggo/firefox-config.nix @@ -50,4 +50,6 @@ in }; }; }; + + services.psd.enable = true; # Firefox in RAM, because why not }