modules/telegram: bind telegram folder

This commit is contained in:
Dmitriy Pleshevskiy 2024-09-30 19:24:42 +03:00
parent 34ba9c0f55
commit 47e6195e70
Signed by: pleshevskiy
GPG key ID: 17041163DA10A9A2

View file

@ -36,6 +36,10 @@ in
bindMounts = lib.mkMerge [
{
"/tmp/.X11-unix" = { };
"/home/kira/downloads/telegram" = {
isReadOnly = false;
hostPath = "/home/jan/downloads/telegram";
};
}
(lib.mkIf config.hardware.graphics.enable {
"/run/opengl-driver/lib" = { };
@ -44,7 +48,7 @@ in
"/run/opengl-driver-32/lib" = { };
})
(lib.mkIf config.local.programs.browsers.librewolf.enable {
"/home/kira/Downloads/browser" = {
"/home/kira/downloads/browser" = {
hostPath = "/home/jan/downloads/browser";
};
})