aly: set brave as default web browser
Some checks are pending
nix-build / default-build (push) Waiting to run
nix-build / fallarbor-build (push) Waiting to run
nix-build / lavaridge-build (push) Waiting to run
nix-build / mauville-build (push) Waiting to run
nix-build / petalburg-build (push) Waiting to run
nix-build / rustboro-build (push) Waiting to run
nix-build / slateport-build (push) Waiting to run
nix-check / fmt-check (push) Waiting to run
nix-check / eval-check (push) Waiting to run

This commit is contained in:
Aly Raffauf 2024-11-06 20:14:41 -05:00
parent 9a1723535e
commit abaffd743c

View file

@ -1,4 +1,8 @@
self: {pkgs, ...}: {
self: {
config,
pkgs,
...
}: {
imports = [
./firefox
./mail
@ -72,7 +76,11 @@ self: {pkgs, ...}: {
yazi.enable = true;
};
defaultApps.enable = true;
defaultApps = {
enable = true;
webBrowser = config.ar.home.apps.chromium.package;
};
theme.enable = true;
};
}