feat(browsers): replace chromium with brave
This commit is contained in:
parent
1a6eb1a3dc
commit
165e395929
3 changed files with 9 additions and 11 deletions
8
home/browsers/brave.nix
Normal file
8
home/browsers/brave.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.chromium = {
|
||||
enable = true;
|
||||
package = pkgs.brave;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue