wip: switch to librewolf
This commit is contained in:
parent
0b79642f7e
commit
af0bb8743e
4 changed files with 48 additions and 11 deletions
10
modules/software/browser/librewolf.nix
Normal file
10
modules/software/browser/librewolf.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{pkgs, ...}: let
|
||||
package = pkgs.librewolf;
|
||||
in {
|
||||
# The logical browser of choice
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
|
||||
package = package;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue