diff options
| author | Skullheadx <admonty1@protonmail.com> | 2025-11-08 22:59:48 -0500 |
|---|---|---|
| committer | Skullheadx <admonty1@protonmail.com> | 2025-11-08 22:59:48 -0500 |
| commit | 91a5e1b876b9ae96392fe183a20b063a5dae2040 (patch) | |
| tree | 6375191103f0f66ce27e22fb1147be0fb1955381 /home.nix | |
| parent | update todo (diff) | |
| download | nixos-91a5e1b876b9ae96392fe183a20b063a5dae2040.tar.gz nixos-91a5e1b876b9ae96392fe183a20b063a5dae2040.tar.bz2 nixos-91a5e1b876b9ae96392fe183a20b063a5dae2040.zip | |
make librewolf the default browser
Diffstat (limited to 'home.nix')
| -rw-r--r-- | home.nix | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -142,8 +142,17 @@ # /etc/profiles/per-user/andrew/etc/profile.d/hm-session-vars.sh # home.sessionVariables = { + BROWSER = "librewolf"; + DEFAULT_BROWSER = "{$pkgs.librewolf}/bin/librewolf"; NIXOS_OZONE_WL = "1"; }; + xdg.mimeApps = { + enable = true; + defaultApplications = { + "x-scheme-handler/http" = "librewolf.desktop"; + "x-scheme-handler/https" = "librewolf.desktop"; + }; + }; programs.brave.enable = true; |
