librewolf: Initialize profile

Signed-off-by: George Kaklamanos <gkaklas@gkaklas.gr>
This commit is contained in:
George Kaklamanos 2025-07-13 14:54:37 +03:00
parent 7925974e42
commit 7bb0206d43
Signed by: gkaklas
GPG key ID: C0CAB8A6BDC9399D

View file

@ -2,4 +2,6 @@
programs.librewolf = {
enable = true;
};
programs.librewolf.profiles.default.id = 0;
programs.librewolf.profiles.default.isDefault = true;
}