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
11
home/browsers/chromium.nix
Normal file
11
home/browsers/chromium.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.chromium = {
|
||||
enable = true;
|
||||
package = pkgs.chromium.override {
|
||||
enableVaapi = true; # NVIDIA also requires vdpau backend
|
||||
commandLineArgs = "--force-dark-mode";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue