feat(browsers): add firefox
- add nur - set firefox as main browser - move browsers into separate modules
This commit is contained in:
parent
ed8e9f5914
commit
f3fb292dd1
11 changed files with 96 additions and 40 deletions
9
home/browsers/default.nix
Normal file
9
home/browsers/default.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./firefox.nix
|
||||
./brave.nix
|
||||
./chromium.nix
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue