config: Initialize librewolf

Signed-off-by: George Kaklamanos <gkaklas@gkaklas.gr>
This commit is contained in:
George Kaklamanos 2025-07-13 14:54:08 +03:00
parent 01296dcc57
commit 7925974e42
Signed by: gkaklas
GPG key ID: C0CAB8A6BDC9399D
2 changed files with 6 additions and 0 deletions

View file

@ -10,6 +10,7 @@
./starship.nix
./zellij.nix
./firefox.nix
./librewolf.nix
./cli.nix
./mpv.nix
./ssh.nix

View file

@ -0,0 +1,5 @@
{pkgs, ...}: {
programs.librewolf = {
enable = true;
};
}