- add nur - set firefox as main browser - move browsers into separate modules
10 lines
100 B
Nix
10 lines
100 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
imports = [
|
|
./firefox.nix
|
|
./brave.nix
|
|
./chromium.nix
|
|
];
|
|
}
|