feat(pkgs): firefox -> orion

This commit is contained in:
winston 2023-11-05 11:24:15 +01:00
parent 3bd6b34b0e
commit a2b24c4b8c
Signed by: winston
GPG key ID: 3786770EDBC2B481
2 changed files with 3 additions and 6 deletions

View file

@ -3,13 +3,10 @@
pkgs,
...
}: let
inherit (pkgs.stdenv.hostPlatform) isDarwin isLinux;
inherit (pkgs.stdenv.hostPlatform) isLinux;
in {
programs.firefox = {
enable = true;
# since I'm using firefox from brew on darwin, I need to build a dummy package
# to still manage it via home-manager
package = pkgs.lib.mkIf isDarwin (pkgs.writeScriptBin "__dummy-firefox" "");
enable = isLinux;
profiles.default = {
search.default = "DuckDuckGo";
search.force = true;

View file

@ -25,7 +25,6 @@
"bitwarden"
"blender"
"docker"
"firefox"
"iina"
"imageoptim"
"jetbrains-toolbox"
@ -36,6 +35,7 @@
"mattermost"
"mullvadvpn"
"obs"
"orion"
"postman"
"qutebrowser"
"rustdesk"