diff options
| author | ozpv <39195175+ozpv@users.noreply.github.com> | 2026-05-20 22:57:59 -0500 |
|---|---|---|
| committer | ozpv <39195175+ozpv@users.noreply.github.com> | 2026-05-20 22:57:59 -0500 |
| commit | 6b72f8b134cd3213e87e99cb5aa4a22bbd7eed28 (patch) | |
| tree | a6fe7cd961d7914752683a0322a35fcec50f8c43 /apps | |
| parent | ca130e5f1446d69713db321c7b16005434cfddf8 (diff) | |
update browser
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/librewolf.nix (renamed from apps/firefox.nix) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/firefox.nix b/apps/librewolf.nix index 07f3ea2..6d314c6 100644 --- a/apps/firefox.nix +++ b/apps/librewolf.nix @@ -1,6 +1,7 @@ { pkgs, ... }: { programs.firefox = { enable = true; + package = pkgs.librewolf; profiles.ozpv = { userChrome = '' |
