From be498490af5ee4c116aa860e84e9d8a76a53abd6 Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Sat, 28 Sep 2024 12:31:21 +0300 Subject: [PATCH] modules/telegram: bind readonly browser folder to the telegram --- modules/nixos/programs/communication/telegram.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/nixos/programs/communication/telegram.nix b/modules/nixos/programs/communication/telegram.nix index f3903eb..5f467f8 100644 --- a/modules/nixos/programs/communication/telegram.nix +++ b/modules/nixos/programs/communication/telegram.nix @@ -43,6 +43,11 @@ in (lib.mkIf config.hardware.graphics.enable32Bit { "/run/opengl-driver-32/lib" = { }; }) + (lib.mkIf config.local.programs.browsers.librewolf.enable { + "/home/kira/Downloads/browser" = { + hostPath = "/home/jan/downloads/browser"; + }; + }) ]; config = { pkgs, ... }: {