From aa2c024093502148910391420377c999e2d91fd0 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Wed, 30 Jul 2025 15:55:41 +0000 Subject: [PATCH] hosts: homes: bazin: set MIME browser --- hosts/homes/ambroisie@bazin/default.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/hosts/homes/ambroisie@bazin/default.nix b/hosts/homes/ambroisie@bazin/default.nix index 365b70d..dddfa15 100644 --- a/hosts/homes/ambroisie@bazin/default.nix +++ b/hosts/homes/ambroisie@bazin/default.nix @@ -38,6 +38,14 @@ }; }; + xdg = { + mime-apps = { + applications = { + browser = "garcon_host_browser.desktop"; + }; + }; + }; + zsh = { notify = { enable = true;