feat: move chromium to separate module.
This commit is contained in:
parent
339292682e
commit
3575914a0e
3 changed files with 25 additions and 11 deletions
|
@ -5,6 +5,7 @@
|
|||
}: {
|
||||
imports = [
|
||||
./librewolf.nix
|
||||
./chromium.nix
|
||||
];
|
||||
|
||||
options = {
|
||||
|
@ -13,5 +14,6 @@
|
|||
|
||||
config = lib.mkIf config.crony.browsers.enable {
|
||||
crony.browsers.librewolf.enable = lib.mkDefault true;
|
||||
crony.browsers.chromium.enable = lib.mkDefault true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue