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, pkgs,
... ...
}: let }: let
inherit (pkgs.stdenv.hostPlatform) isDarwin isLinux; inherit (pkgs.stdenv.hostPlatform) isLinux;
in { in {
programs.firefox = { programs.firefox = {
enable = true; enable = isLinux;
# 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" "");
profiles.default = { profiles.default = {
search.default = "DuckDuckGo"; search.default = "DuckDuckGo";
search.force = true; search.force = true;

View file

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